Home | History | Annotate | Download | only in src

Lines Matching defs:get_class

999   inline unsigned int get_class (hb_codepoint_t glyph_id) const
1056 inline unsigned int get_class (hb_codepoint_t glyph_id) const
1113 inline unsigned int get_class (hb_codepoint_t glyph_id) const
1116 case 1: return u.format1.get_class(glyph_id);
1117 case 2: return u.format2.get_class(glyph_id);