Lines Matching refs:glyph_id
58 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds()
61 …const Offset16To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_… in get_bounds()
92 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds()
95 …const Offset16To<OpticalBounds> *bounds_offset = lookupTable.get_value (glyph_id, font->face->get_… in get_bounds()
100 if (font->get_glyph_contour_point (glyph_id, bounds.leftSide, &left, &ignore) || in get_bounds()
101 font->get_glyph_contour_point (glyph_id, bounds.topSide, &ignore, &top) || in get_bounds()
102 font->get_glyph_contour_point (glyph_id, bounds.rightSide, &right, &ignore) || in get_bounds()
103 font->get_glyph_contour_point (glyph_id, bounds.bottomSide, &ignore, &bottom)) in get_bounds()
131 bool get_bounds (hb_font_t *font, hb_codepoint_t glyph_id, in get_bounds()
136 case 0: return u.format0.get_bounds (font, glyph_id, extents, this); in get_bounds()
137 case 1: return u.format1.get_bounds (font, glyph_id, extents, this); in get_bounds()