HomeSort by relevance Sort by last modified time
    Searched refs:get_variation_glyph (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-font.cc 285 inline bool get_variation_glyph (hb_codepoint_t unicode, function in struct:hb_ot_face_cmap_accelerator_t
361 return ot_font->cmap.get_variation_glyph (unicode, variation_selector, glyph);
hb-ot-shape-normalize.cc 224 if (font->get_variation_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().glyph_index()))
hb-font.cc 134 return font->parent->get_variation_glyph (unicode, variation_selector, glyph);
647 return font->get_variation_glyph (unicode, variation_selector, glyph);
689 return font->get_variation_glyph (unicode, variation_selector, glyph);
    [all...]
hb-font-private.hh 196 inline hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, function in struct:hb_font_t

Completed in 45 milliseconds