Lines Matching refs:glyph_id
690 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage()
692 int i = glyphArray.bsearch (glyph_id); in get_coverage()
756 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage()
758 int i = rangeRecord.bsearch (glyph_id); in get_coverage()
761 return (unsigned int) range.value + (glyph_id - range.start); in get_coverage()
867 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const in get_coverage()
870 case 1: return u.format1.get_coverage(glyph_id); in get_coverage()
871 case 2: return u.format2.get_coverage(glyph_id); in get_coverage()
999 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
1001 unsigned int i = (unsigned int) (glyph_id - startGlyph); in get_class()
1056 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
1058 int i = rangeRecord.bsearch (glyph_id); in get_class()
1113 inline unsigned int get_class (hb_codepoint_t glyph_id) const in get_class()
1116 case 1: return u.format1.get_class(glyph_id); in get_class()
1117 case 2: return u.format2.get_class(glyph_id); in get_class()