Searched refs:glyph_bbox (Results 1 – 1 of 1) sorted by relevance
819 FT_BBox bbox, glyph_bbox; local1107 glyph_bbox.xMin += penf.x;1108 glyph_bbox.yMin += penf.y;1109 glyph_bbox.xMax += penf.x;1110 glyph_bbox.yMax += penf.y;1115 bbox.xMin = glyph_bbox.xMin;1116 bbox.yMin = glyph_bbox.yMin;1117 bbox.xMax = glyph_bbox.xMax;1118 bbox.yMax = glyph_bbox.yMax;1121 bbox.xMin = glyph_bbox.xMin;[all …]
Completed in 17 milliseconds