Searched refs:get_variation_glyph (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-font.cc | 98 return ot_face->cmap->get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()
|
D | hb-font.cc | 192 return font->parent->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph_default() 813 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph() 892 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph()
|
D | hb-ot-shape-normalize.cc | 230 …if (font->get_variation_glyph (buffer->cur().codepoint, buffer->cur(+1).codepoint, &buffer->cur().… in handle_variation_selector_cluster()
|
D | hb-font.hh | 241 hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_variation_glyph() function
|
D | hb-ot-cmap-table.hh | 1670 bool get_variation_glyph (hb_codepoint_t unicode, in get_variation_glyph() function
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 1222 Added get_nominal_glyph() and get_variation_glyph() instead of get_glyph() 1238 get_variation_glyph() pair. The variation version can assume that
|