Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-cff1-table.hh321 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid() function
384 hb_codepoint_t get_sid (hb_codepoint_t glyph) const in get_sid() function
522 hb_codepoint_t get_sid (hb_codepoint_t glyph, unsigned int num_glyphs) const in get_sid() function
527 case 0: return u.format0.get_sid (glyph); in get_sid()
528 case 1: return u.format1.get_sid (glyph); in get_sid()
529 case 2: return u.format2.get_sid (glyph); in get_sid()
1200 return charset->get_sid (glyph, num_glyphs); in glyph_to_sid()