Home
last modified time | relevance | path

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

/PHP-7.1/ext/gd/libgd/
H A Dgdft.c814 FT_Vector pen, delta, penf; local
908 penf.x = penf.y = 0; /* running position of non-rotated string */
967 penf.x = 0;
979 penf.x = 0;
981 penf.y = (penf.y - 32) & -64; /* round to next pixel row */
1075 penf.x += delta.x;
1100 glyph_bbox.xMin += penf.x;
1101 glyph_bbox.yMin += penf.y;
1102 glyph_bbox.xMax += penf.x;
1103 glyph_bbox.yMax += penf.y;
[all …]

Completed in 7 milliseconds