Home
last modified time | relevance | path

Searched refs:variation_selector (Results 1 – 9 of 9) sorted by relevance

/external/harfbuzz_ng/util/
Dhb-fc.cc36 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/
Dhb-font.cc110 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()
Dhb-ot-cmap-table.hh369 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()
Dhb-font.h124 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,
Dhb-deprecated.h49 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
Dhb-ot-font.cc105 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()
Dhb-font-private.hh208 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()
Dhb-ft.cc198 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/
DNEWS447 variation_selector argument is not zero. Old (deprecated) functions