Searched defs:feature_tag (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-map-private.hh86 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = nullptr) const { argument
87 const feature_map_t *map = features.bsearch (&feature_tag);
92 inline bool needs_fallback (hb_tag_t feature_tag) const {
93 const feature_map_t *map = features.bsearch (&feature_tag);
97 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const {
98 const feature_map_t *map = features.bsearch (&feature_tag);
102 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const {
103 const feature_map_t *map = features.bsearch (&feature_tag);
107 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const {
108 const feature_map_t *map = features.bsearch (&feature_tag);
[all...]
H A Dhb-ot-layout.cc415 hb_tag_t feature_tag,
424 if (feature_tag == g.get_feature_tag (i)) {
495 hb_tag_t *feature_tag)
502 if (feature_tag) *feature_tag = g.get_feature_tag (index);
552 hb_tag_t feature_tag,
563 if (feature_tag == g.get_feature_tag (f_index)) {
413 hb_ot_layout_table_find_feature(hb_face_t *face, hb_tag_t table_tag, hb_tag_t feature_tag, unsigned int *feature_index) argument
490 hb_ot_layout_language_get_required_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, unsigned int *feature_index, hb_tag_t *feature_tag) argument
548 hb_ot_layout_language_find_feature(hb_face_t *face, hb_tag_t table_tag, unsigned int script_index, unsigned int language_index, hb_tag_t feature_tag, unsigned int *feature_index) argument
H A Dhb-ot-shape-complex-indic.cc472 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag, bool zero_context_) argument
476 map->get_feature_stage (0/*GSUB*/, feature_tag),

Completed in 124 milliseconds