/third_party/skia/third_party/externals/harfbuzz/util/ |
D | hb-fc.cc | 36 hb_codepoint_t variation_selector, in hb_fc_get_glyph() argument 43 if (variation_selector) in hb_fc_get_glyph() 54 FcCharSetHasChar (cs, variation_selector)) in hb_fc_get_glyph() 57 if (variation_selector - 0xFE00u < 16) in hb_fc_get_glyph() 58 var_num = variation_selector - 0xFE00 + 1; in hb_fc_get_glyph() 59 else if (variation_selector - 0xE0100u < (256 - 16)) in hb_fc_get_glyph() 60 var_num = variation_selector - 0xE0100 + 17; in hb_fc_get_glyph()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-font.cc | 176 hb_codepoint_t variation_selector HB_UNUSED, in hb_font_get_variation_glyph_nil() 188 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_default() argument 192 return font->parent->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph_default() 809 hb_codepoint_t variation_selector, in hb_font_get_glyph() argument 812 if (unlikely (variation_selector)) in hb_font_get_glyph() 813 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph() 889 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph() argument 892 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph() 2320 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_trampoline() argument 2325 …return trampoline->func (font, font_data, unicode, variation_selector, glyph, trampoline->closure.… in hb_font_get_variation_glyph_trampoline()
|
D | hb-ot-cmap-table.hh | 1020 int cmp (const hb_codepoint_t &variation_selector) const in cmp() 1021 { return varSelector.cmp (variation_selector); } in cmp() 1082 hb_codepoint_t variation_selector, in get_glyph_variant() 1084 { return record.bsearch (variation_selector).get_glyph (codepoint, glyph, this); } in get_glyph_variant() 1091 void collect_variation_unicodes (hb_codepoint_t variation_selector, in collect_variation_unicodes() 1093 { record.bsearch (variation_selector).collect_unicodes (out, this); } in collect_variation_unicodes() 1671 hb_codepoint_t variation_selector, in get_variation_glyph() 1675 variation_selector, in get_variation_glyph() 1693 void collect_variation_unicodes (hb_codepoint_t variation_selector, in collect_variation_unicodes() 1695 { subtable_uvs->collect_variation_unicodes (variation_selector, out); } in collect_variation_unicodes()
|
D | hb-font.h | 228 hb_codepoint_t unicode, hb_codepoint_t variation_selector, 788 hb_codepoint_t unicode, hb_codepoint_t variation_selector, 860 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
D | hb-ot-font.cc | 93 hb_codepoint_t variation_selector, in hb_ot_get_variation_glyph() argument 98 return ot_face->cmap->get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()
|
D | hb-deprecated.h | 101 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
D | hb-face.h | 158 hb_codepoint_t variation_selector,
|
D | hb-face.cc | 613 hb_codepoint_t variation_selector, in hb_face_collect_variation_unicodes() argument 616 face->table.cmap->collect_variation_unicodes (variation_selector, out); in hb_face_collect_variation_unicodes()
|
D | hb-font.hh | 241 hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_variation_glyph() 247 unicode, variation_selector, glyph, in get_variation_glyph()
|
D | hb-ft.cc | 308 hb_codepoint_t variation_selector, in hb_ft_get_variation_glyph() argument 314 unsigned int g = FT_Face_GetCharVariantIndex (ft_font->ft_face, unicode, variation_selector); in hb_ft_get_variation_glyph()
|
/third_party/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 75 hb_codepoint_t variation_selector, in skhb_glyph() argument
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | NEWS | 1239 variation_selector argument is not zero. Old (deprecated) functions
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test17-pr19027.so.abi | 5877 …<parameter type-id='type-id-72' name='variation_selector' filepath='/tmp/legendre/spack-stage/spac…
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test17-pr19027.so.abi | 9282 …<parameter type-id='type-id-72' name='variation_selector' filepath='/tmp/legendre/spack-stage/spac…
|