Home | History | Annotate | Download | only in src

Lines Matching refs:get_coverage

631   inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
675 inline uint16_t get_coverage (void) { return i; }
696 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
786 inline uint16_t get_coverage (void) { return coverage; }
806 inline unsigned int get_coverage (hb_codepoint_t glyph_id) const
809 case 1: return u.format1.get_coverage(glyph_id);
810 case 2: return u.format2.get_coverage(glyph_id);
901 inline uint16_t get_coverage (void) {
903 case 1: return u.format1.get_coverage ();
904 case 2: return u.format2.get_coverage ();