Home | History | Annotate | Download | only in src

Lines Matching full:get_coverage

690   inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
735 inline uint16_t get_coverage (void) { return i; }
756 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
847 inline uint16_t get_coverage (void) { return coverage; }
867 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
870 case 1: return u.format1.get_coverage(glyph_id);
871 case 2: return u.format2.get_coverage(glyph_id);
963 inline uint16_t get_coverage (void) {
965 case 1: return u.format1.get_coverage ();
966 case 2: return u.format2.get_coverage ();