Lines Matching refs:penf
777 FT_Vector pen, delta, penf; local
864 penf.x = penf.y = 0; /* running position of non-rotated string */
929 penf.x = 0;
930 x1 = (int)(- penf.y * sin_a + 32) / 64;
931 y1 = (int)(- penf.y * cos_a + 32) / 64;
941 penf.x = 0;
942 penf.y -= (long)(face->size->metrics.height * linespace);
943 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
944 x1 = (int)(- penf.y * sin_a + 32) / 64;
945 y1 = (int)(- penf.y * cos_a + 32) / 64;
1039 penf.x += delta.x;
1056 glyph_bbox.xMin += penf.x;
1057 glyph_bbox.yMin += penf.y;
1058 glyph_bbox.xMax += penf.x;
1059 glyph_bbox.yMax += penf.y;
1114 penf.x += slot->metrics.horiAdvance;