Home
last modified time | relevance | path

Searched refs:penf (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/gd/libgd/
H A Dgdft.c779 FT_Vector pen, delta, penf; local
866 penf.x = penf.y = 0; /* running position of non-rotated string */
931 penf.x = 0;
943 penf.x = 0;
945 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
1041 penf.x += delta.x;
1058 glyph_bbox.xMin += penf.x;
1059 glyph_bbox.yMin += penf.y;
1060 glyph_bbox.xMax += penf.x;
1061 glyph_bbox.yMax += penf.y;
[all …]

Completed in 7 milliseconds