Searched refs:penf (Results 1 – 1 of 1) sorted by relevance
815 FT_Vector pen, delta, penf; local909 penf.x = penf.y = 0; /* running position of non-rotated string */968 penf.x = 0;980 penf.x = 0;982 penf.y = (penf.y - 32) & -64; /* round to next pixel row */1076 penf.x += delta.x;1101 glyph_bbox.xMin += penf.x;1102 glyph_bbox.yMin += penf.y;1103 glyph_bbox.xMax += penf.x;1104 glyph_bbox.yMax += penf.y;[all …]
Completed in 5 milliseconds