Home | History | Annotate | Download | only in src

Lines Matching refs:get_coverage

633   inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
677 inline uint16_t get_coverage (void) { return i; }
698 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
788 inline uint16_t get_coverage (void) { return coverage; }
808 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
811 case 1: return u.format1.get_coverage(glyph_id);
812 case 2: return u.format2.get_coverage(glyph_id);
903 inline uint16_t get_coverage (void) {
905 case 1: return u.format1.get_coverage ();
906 case 2: return u.format2.get_coverage ();