Lines Matching refs:get_value
51 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
109 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
141 const T* get_value (hb_codepoint_t glyph_id, const void *base) const in get_value() function
180 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
183 return v ? v->get_value (glyph_id, this) : nullptr; in get_value()
237 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
268 const T* get_value (hb_codepoint_t glyph_id) const in get_value() function
342 const T* get_value (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value() function
345 case 0: return u.format0.get_value (glyph_id, num_glyphs); in get_value()
346 case 2: return u.format2.get_value (glyph_id); in get_value()
347 case 4: return u.format4.get_value (glyph_id); in get_value()
348 case 6: return u.format6.get_value (glyph_id); in get_value()
349 case 8: return u.format8.get_value (glyph_id); in get_value()
360 const T *v = get_value (glyph_id, num_glyphs); in get_value_or_null()
369 const T *v = get_value (glyph_id, num_glyphs); in get_class()