Searched refs:variation_selector (Results 1 - 8 of 8) sorted by relevance

/external/harfbuzz_ng/util/
H A Dhb-fc.cc36 hb_codepoint_t variation_selector,
43 if (variation_selector)
46 * 1. If the font maps the variation_selector, assume it's
54 FcCharSetHasChar (cs, variation_selector))
57 if (variation_selector - 0xFE00u < 16)
58 var_num = variation_selector - 0xFE00 + 1;
59 else if (variation_selector - 0xE0100u < (256 - 16))
60 var_num = variation_selector - 0xE0100 + 17;
33 hb_fc_get_glyph(hb_font_t *font , void *font_data, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data ) argument
/external/harfbuzz_ng/src/
H A Dhb-deprecated.h48 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
H A Dhb-font.cc119 hb_codepoint_t variation_selector,
130 hb_codepoint_t variation_selector,
134 return font->parent->get_variation_glyph (unicode, variation_selector, glyph);
632 * @variation_selector:
643 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
646 if (unlikely (variation_selector))
647 return font->get_variation_glyph (unicode, variation_selector, glyph);
675 * @variation_selector:
686 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
689 return font->get_variation_glyph (unicode, variation_selector, glyp
116 hb_font_get_variation_glyph_nil(hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument
127 hb_font_get_variation_glyph_parent(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument
642 hb_font_get_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) argument
685 hb_font_get_variation_glyph(hb_font_t *font, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) argument
1615 hb_font_get_variation_glyph_trampoline(hb_font_t *font, void *font_data, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data) argument
[all...]
H A Dhb-ot-cmap-table.hh369 inline int cmp (const hb_codepoint_t &variation_selector) const
371 return varSelector.cmp (variation_selector);
394 hb_codepoint_t variation_selector,
397 return record[record.bsearch(variation_selector)].get_glyph (codepoint, glyph, this);
393 get_glyph_variant(hb_codepoint_t codepoint, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) const argument
H A Dhb-ot-font.cc286 hb_codepoint_t variation_selector,
290 variation_selector,
356 hb_codepoint_t variation_selector,
361 return ot_font->cmap.get_variation_glyph (unicode, variation_selector, glyph);
285 get_variation_glyph(hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph) const argument
353 hb_ot_get_variation_glyph(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument
H A Dhb-font.h124 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
410 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
458 /* Calls either hb_font_get_nominal_glyph() if variation_selector is 0,
462 hb_codepoint_t unicode, hb_codepoint_t variation_selector,
H A Dhb-font-private.hh196 inline hb_bool_t get_variation_glyph (hb_codepoint_t unicode, hb_codepoint_t variation_selector, argument
201 unicode, variation_selector, glyph,
H A Dhb-ft.cc178 hb_codepoint_t variation_selector,
183 unsigned int g = FT_Face_GetCharVariantIndex (ft_font->ft_face, unicode, variation_selector);
175 hb_ft_get_variation_glyph(hb_font_t *font HB_UNUSED, void *font_data, hb_codepoint_t unicode, hb_codepoint_t variation_selector, hb_codepoint_t *glyph, void *user_data HB_UNUSED) argument

Completed in 210 milliseconds