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 | 110 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_nil() argument 121 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_parent() argument 125 return font->parent->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph_parent() 635 hb_codepoint_t unicode, hb_codepoint_t variation_selector, in hb_font_get_glyph() argument 638 if (unlikely (variation_selector)) in hb_font_get_glyph() 639 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph() 678 hb_codepoint_t unicode, hb_codepoint_t variation_selector, in hb_font_get_variation_glyph() argument 681 return font->get_variation_glyph (unicode, variation_selector, glyph); in hb_font_get_variation_glyph() 1798 hb_codepoint_t variation_selector, in hb_font_get_variation_glyph_trampoline() argument 1803 …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() 577 hb_codepoint_t variation_selector, in get_variation_glyph() 581 variation_selector, in get_variation_glyph()
|
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-deprecated.h | 49 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
|
D | hb-ot-font.cc | 105 hb_codepoint_t variation_selector, in hb_ot_get_variation_glyph() argument 110 return ot_font->cmap.get_variation_glyph (unicode, variation_selector, glyph); in hb_ot_get_variation_glyph()
|
D | hb-font-private.hh | 208 inline hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_variation_glyph() 213 unicode, variation_selector, glyph, in get_variation_glyph()
|
D | hb-ft.cc | 198 hb_codepoint_t variation_selector, in hb_ft_get_variation_glyph() argument 203 unsigned int g = FT_Face_GetCharVariantIndex (ft_font->ft_face, unicode, variation_selector); in hb_ft_get_variation_glyph()
|
/external/harfbuzz_ng/ |
D | NEWS | 447 variation_selector argument is not zero. Old (deprecated) functions
|