Lines Matching refs:glyph_bbox
819 FT_BBox bbox, glyph_bbox; local
1106 FT_Glyph_Get_CBox(image, ft_glyph_bbox_gridfit, &glyph_bbox);
1107 glyph_bbox.xMin += penf.x;
1108 glyph_bbox.yMin += penf.y;
1109 glyph_bbox.xMax += penf.x;
1110 glyph_bbox.yMax += penf.y;
1112 glyph_bbox.xMax += slot->metrics.horiAdvance;
1115 bbox.xMin = glyph_bbox.xMin;
1116 bbox.yMin = glyph_bbox.yMin;
1117 bbox.xMax = glyph_bbox.xMax;
1118 bbox.yMax = glyph_bbox.yMax;
1120 if (bbox.xMin > glyph_bbox.xMin) {
1121 bbox.xMin = glyph_bbox.xMin;
1123 if (bbox.yMin > glyph_bbox.yMin) {
1124 bbox.yMin = glyph_bbox.yMin;
1126 if (bbox.xMax < glyph_bbox.xMax) {
1127 bbox.xMax = glyph_bbox.xMax;
1129 if (bbox.yMax < glyph_bbox.yMax) {
1130 bbox.yMax = glyph_bbox.yMax;