Lines Matching refs:num_glyphs
51 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value()
53 if (unlikely (glyph_id >= num_glyphs)) return nullptr; in get_value()
342 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value()
345 case 0: return u.format0.get_value (glyph_id, num_glyphs); in get_value()
354 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null()
360 const T *v = get_value (glyph_id, num_glyphs); in get_value_or_null()
366 unsigned int num_glyphs, in get_class()
369 const T *v = get_value (glyph_id, num_glyphs); in get_class()
505 unsigned int get_class (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_class()
508 return (this+classTable).get_class (glyph_id, num_glyphs, 1); in get_class()
652 unsigned int num_glyphs HB_UNUSED, in get_class()
739 num_glyphs (face_->get_num_glyphs ()) {} in StateTableDriver()
752 machine.get_class (buffer->info[buffer->idx].codepoint, num_glyphs) : in drive()
807 unsigned int num_glyphs; member