Lines Matching refs:glyph_bbox
829 FT_BBox bbox, glyph_bbox; local
1116 FT_Glyph_Get_CBox(image, ft_glyph_bbox_gridfit, &glyph_bbox);
1117 glyph_bbox.xMin += penf.x;
1118 glyph_bbox.yMin += penf.y;
1119 glyph_bbox.xMax += penf.x;
1120 glyph_bbox.yMax += penf.y;
1122 glyph_bbox.xMax += slot->metrics.horiAdvance;
1125 bbox.xMin = glyph_bbox.xMin;
1126 bbox.yMin = glyph_bbox.yMin;
1127 bbox.xMax = glyph_bbox.xMax;
1128 bbox.yMax = glyph_bbox.yMax;
1130 if (bbox.xMin > glyph_bbox.xMin) {
1131 bbox.xMin = glyph_bbox.xMin;
1133 if (bbox.yMin > glyph_bbox.yMin) {
1134 bbox.yMin = glyph_bbox.yMin;
1136 if (bbox.xMax < glyph_bbox.xMax) {
1137 bbox.xMax = glyph_bbox.xMax;
1139 if (bbox.yMax < glyph_bbox.yMax) {
1140 bbox.yMax = glyph_bbox.yMax;