Lines Matching refs:penf
831 FT_Vector pen, delta, penf; local
925 penf.x = penf.y = 0; /* running position of non-rotated string */
984 penf.x = 0;
985 x1 = (int)(- penf.y * sin_a + 32) / 64;
986 y1 = (int)(- penf.y * cos_a + 32) / 64;
996 penf.x = 0;
997 penf.y -= (long)(face->size->metrics.height * linespace);
998 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
999 x1 = (int)(- penf.y * sin_a + 32) / 64;
1000 y1 = (int)(- penf.y * cos_a + 32) / 64;
1092 penf.x += delta.x;
1117 glyph_bbox.xMin += penf.x;
1118 glyph_bbox.yMin += penf.y;
1119 glyph_bbox.xMax += penf.x;
1120 glyph_bbox.yMax += penf.y;
1147 penf.x += slot->metrics.horiAdvance;