Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-cff1-table.hh333 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid() function
396 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid() function
547 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid() function
551 case 0: return u.format0.get_sid (glyph); in get_sid()
552 case 1: return u.format1.get_sid (glyph); in get_sid()
553 case 2: return u.format2.get_sid (glyph); in get_sid()
1255 return charset->get_sid (glyph); in glyph_to_sid()