Searched refs:glyph_bbox (Results 1 – 1 of 1) sorted by relevance
829 FT_BBox bbox, glyph_bbox; local1117 glyph_bbox.xMin += penf.x;1118 glyph_bbox.yMin += penf.y;1119 glyph_bbox.xMax += penf.x;1120 glyph_bbox.yMax += penf.y;1125 bbox.xMin = glyph_bbox.xMin;1126 bbox.yMin = glyph_bbox.yMin;1127 bbox.xMax = glyph_bbox.xMax;1128 bbox.yMax = glyph_bbox.yMax;1131 bbox.xMin = glyph_bbox.xMin;[all …]
Completed in 7 milliseconds