Searched refs:variation_selector (Results 1 – 9 of 9) sorted by relevance
/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-font.cc | 119 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_nil() argument 130 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_parent() argument 134 return font->parent->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph_parent() 643 hb_codepoint_t unicode, hb_codepoint_t variation_selector, in hb_font_get_glyph() argument 646 if (unlikely (variation_selector)) in hb_font_get_glyph() 647 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph() 686 hb_codepoint_t unicode, hb_codepoint_t variation_selector, in hb_font_get_variation_glyph() argument 689 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph() 1618 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_trampoline() argument 1623 …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 | 369 inline int cmp (const hb_codepoint_t &variation_selector) const in cmp() 371 return varSelector.cmp (variation_selector); in cmp() 394 hb_codepoint_t variation_selector, in get_glyph_variant() 397 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this); in get_glyph_variant()
|
D | hb-ot-font.cc | 286 hb_codepoint_t variation_selector, in get_variation_glyph() 290 variation_selector, in get_variation_glyph() 356 hb_codepoint_t variation_selector, in hb_ot_get_variation_glyph() argument 361 return ot_font->cmap.get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()
|
D | hb-deprecated.h | 48 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
D | hb-font.h | 124 hb_codepoint_t unicode, hb_codepoint_t variation_selector, 410 hb_codepoint_t unicode, hb_codepoint_t variation_selector, 462 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
D | hb-font-private.hh | 196 inline hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_variation_glyph() 201 unicode, variation_selector, glyph, in get_variation_glyph()
|
D | hb-ft.cc | 178 hb_codepoint_t variation_selector, in hb_ft_get_variation_glyph() argument 183 unsigned int g = FT_Face_GetCharVariantIndex (ft_font->ft_face, unicode, variation_selector); in hb_ft_get_variation_glyph()
|
/external/harfbuzz_ng/ |
D | NEWS | 70 variation_selector argument is not zero. Old (deprecated) functions
|