Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgdft.c821 FT_Vector pen, delta, penf; local
915 penf.x = penf.y = 0; /* running position of non-rotated string */
974 penf.x = 0;
986 penf.x = 0;
988 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
1082 penf.x += delta.x;
1107 glyph_bbox.xMin += penf.x;
1108 glyph_bbox.yMin += penf.y;
1109 glyph_bbox.xMax += penf.x;
1110 glyph_bbox.yMax += penf.y;
[all …]

Completed in 8 milliseconds