Searched refs:glyph_bbox (Results 1 – 1 of 1) sorted by relevance
812 FT_BBox bbox, glyph_bbox; local1100 glyph_bbox.xMin += penf.x;1101 glyph_bbox.yMin += penf.y;1102 glyph_bbox.xMax += penf.x;1103 glyph_bbox.yMax += penf.y;1108 bbox.xMin = glyph_bbox.xMin;1109 bbox.yMin = glyph_bbox.yMin;1110 bbox.xMax = glyph_bbox.xMax;1111 bbox.yMax = glyph_bbox.yMax;1114 bbox.xMin = glyph_bbox.xMin;[all …]
Completed in 7 milliseconds