Home
last modified time | relevance | path

Searched refs:get_value_or_null (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-aat-layout-kerx-table.hh646 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()
Dhb-aat-layout-common.hh303 const typename T::type get_value_or_null (hb_codepoint_t glyph_id) const in get_value_or_null() function
354 const typename T::type get_value_or_null (hb_codepoint_t glyph_id, unsigned int num_glyphs) const in get_value_or_null() function
358 case 10: return u.format10.get_value_or_null (glyph_id); in get_value_or_null()