Lines Matching refs:glyph_bbox
812 FT_BBox bbox, glyph_bbox; local
1099 FT_Glyph_Get_CBox(image, ft_glyph_bbox_gridfit, &glyph_bbox);
1100 glyph_bbox.xMin += penf.x;
1101 glyph_bbox.yMin += penf.y;
1102 glyph_bbox.xMax += penf.x;
1103 glyph_bbox.yMax += penf.y;
1105 glyph_bbox.xMax += slot->metrics.horiAdvance;
1108 bbox.xMin = glyph_bbox.xMin;
1109 bbox.yMin = glyph_bbox.yMin;
1110 bbox.xMax = glyph_bbox.xMax;
1111 bbox.yMax = glyph_bbox.yMax;
1113 if (bbox.xMin > glyph_bbox.xMin) {
1114 bbox.xMin = glyph_bbox.xMin;
1116 if (bbox.yMin > glyph_bbox.yMin) {
1117 bbox.yMin = glyph_bbox.yMin;
1119 if (bbox.xMax < glyph_bbox.xMax) {
1120 bbox.xMax = glyph_bbox.xMax;
1122 if (bbox.yMax < glyph_bbox.yMax) {
1123 bbox.yMax = glyph_bbox.yMax;