Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-font.cc135 hb_codepoint_t variation_selector, in get_glyph()
138 if (unlikely (variation_selector)) in get_glyph()
141 variation_selector, in get_glyph()
196 hb_codepoint_t variation_selector, in hb_ot_get_glyph() argument
202 return ot_font->cmap.get_glyph (unicode, variation_selector, glyph); in hb_ot_get_glyph()
Dhb-ot-cmap-table.hh346 inline int cmp (const hb_codepoint_t &variation_selector) const in cmp()
348 return varSelector.cmp (variation_selector); in cmp()
370 hb_codepoint_t variation_selector, in get_glyph_variant()
373 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this); in get_glyph_variant()
412 hb_codepoint_t variation_selector, in get_glyph_variant()
416 case 14: return u.format14.get_glyph_variant(codepoint, variation_selector, glyph); in get_glyph_variant()
Dhb-font.cc51 hb_codepoint_t variation_selector, in hb_font_get_glyph_nil() argument
56 return font->parent->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph_nil()
432 hb_codepoint_t unicode, hb_codepoint_t variation_selector, in hb_font_get_glyph() argument
435 return font->get_glyph (unicode, variation_selector, glyph); in hb_font_get_glyph()
Dhb-ft.cc73 hb_codepoint_t variation_selector, in hb_ft_get_glyph() argument
80 if (unlikely (variation_selector)) { in hb_ft_get_glyph()
81 *glyph = FT_Face_GetCharVariantIndex (ft_face, unicode, variation_selector); in hb_ft_get_glyph()
Dhb-font.h95 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
323 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
Dhb-font-private.hh153 inline hb_bool_t get_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, in get_glyph()
158 unicode, variation_selector, glyph, in get_glyph()