Searched refs:get_value_or_null (Results 1 – 2 of 2) sorted by relevance
646 unsigned int l = (this+t.rowIndexTable).get_value_or_null (left, num_glyphs); in get_kerning()647 unsigned int r = (this+t.columnIndexTable).get_value_or_null (right, num_glyphs); in get_kerning()658 unsigned int l = (this+t.rowIndexTable).get_value_or_null (left, num_glyphs); in get_kerning()659 unsigned int r = (this+t.columnIndexTable).get_value_or_null (right, num_glyphs); in get_kerning()
303 const typename T::type get_value_or_null (hb_codepoint_t glyph_id) const in get_value_or_null() function354 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null() function358 case 10: return u.format10.get_value_or_null (glyph_id); in get_value_or_null()