/external/harfbuzz_ng/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()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-cmap-table.hh | 691 int cmp (const hb_codepoint_t &variation_selector) const in cmp() 693 return varSelector.cmp (variation_selector); in cmp() 716 hb_codepoint_t variation_selector, in get_glyph_variant() 719 return record.bsearch (variation_selector).get_glyph (codepoint, glyph, this); in get_glyph_variant() 728 void collect_variation_unicodes (hb_codepoint_t variation_selector, in collect_variation_unicodes() 731 record.bsearch (variation_selector).collect_unicodes (out, this); in collect_variation_unicodes() 1064 hb_codepoint_t variation_selector, in get_variation_glyph() 1068 variation_selector, in get_variation_glyph() 1087 void collect_variation_unicodes (hb_codepoint_t variation_selector, in collect_variation_unicodes() 1090 subtable_uvs->collect_variation_unicodes (variation_selector, out); in collect_variation_unicodes()
|
D | hb-font.cc | 159 hb_codepoint_t variation_selector HB_UNUSED, in hb_font_get_variation_glyph_nil() 170 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_default() argument 174 return font->parent->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph_default() 764 hb_codepoint_t unicode, hb_codepoint_t variation_selector, in hb_font_get_glyph() argument 767 if (unlikely (variation_selector)) in hb_font_get_glyph() 768 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph() 807 hb_codepoint_t unicode, hb_codepoint_t variation_selector, in hb_font_get_variation_glyph() argument 810 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph() 1992 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_trampoline() argument 1997 …return trampoline->func (font, font_data, unicode, variation_selector, glyph, trampoline->closure.… in hb_font_get_variation_glyph_trampoline()
|
D | hb-font.h | 124 hb_codepoint_t unicode, hb_codepoint_t variation_selector, 438 hb_codepoint_t unicode, hb_codepoint_t variation_selector, 498 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
D | hb-ot-font.cc | 92 hb_codepoint_t variation_selector, in hb_ot_get_variation_glyph() argument 97 return ot_face->cmap->get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()
|
D | hb-face.h | 139 hb_codepoint_t variation_selector,
|
D | hb-deprecated.h | 62 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
D | hb-face.cc | 575 hb_codepoint_t variation_selector, in hb_face_collect_variation_unicodes() argument 578 face->table.cmap->collect_variation_unicodes (variation_selector, out); in hb_face_collect_variation_unicodes()
|
D | hb-font.hh | 237 hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_variation_glyph() 242 unicode, variation_selector, glyph, in get_variation_glyph()
|
D | hb-ft.cc | 244 hb_codepoint_t variation_selector, in hb_ft_get_variation_glyph() argument 250 unsigned int g = FT_Face_GetCharVariantIndex (ft_font->ft_face, unicode, variation_selector); in hb_ft_get_variation_glyph()
|
/external/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 91 hb_codepoint_t variation_selector, in skhb_glyph() argument
|
/external/harfbuzz_ng/ |
D | NEWS | 853 variation_selector argument is not zero. Old (deprecated) functions
|