Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgdft.c831 FT_Vector pen, delta, penf; local
925 penf.x = penf.y = 0; /* running position of non-rotated string */
984 penf.x = 0;
996 penf.x = 0;
998 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
1092 penf.x += delta.x;
1117 glyph_bbox.xMin += penf.x;
1118 glyph_bbox.yMin += penf.y;
1119 glyph_bbox.xMax += penf.x;
1120 glyph_bbox.yMax += penf.y;
[all …]

Completed in 5 milliseconds