Searched refs:penf (Results 1 – 1 of 1) sorted by relevance
777 FT_Vector pen, delta, penf; local864 penf.x = penf.y = 0; /* running position of non-rotated string */929 penf.x = 0;941 penf.x = 0;943 penf.y = (penf.y - 32) & -64; /* round to next pixel row */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;[all …]
Completed in 9 milliseconds