Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/libgd/
H A Dgdft.c815 FT_Vector pen, delta, penf; local
909 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 7 milliseconds