Home
last modified time | relevance | path

Searched refs:feature_tag (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map-private.hh80 inline hb_mask_t get_mask (hb_tag_t feature_tag, unsigned int *shift = NULL) const { in get_mask()
81 const feature_map_t *map = features.bsearch (&feature_tag); in get_mask()
86 inline bool needs_fallback (hb_tag_t feature_tag) const { in needs_fallback()
87 const feature_map_t *map = features.bsearch (&feature_tag); in needs_fallback()
91 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { in get_1_mask()
92 const feature_map_t *map = features.bsearch (&feature_tag); in get_1_mask()
96 inline unsigned int get_feature_index (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_index()
97 const feature_map_t *map = features.bsearch (&feature_tag); in get_feature_index()
101 inline unsigned int get_feature_stage (unsigned int table_index, hb_tag_t feature_tag) const { in get_feature_stage()
102 const feature_map_t *map = features.bsearch (&feature_tag); in get_feature_stage()
Dhb-ot-layout.h155 hb_tag_t *feature_tag);
180 hb_tag_t feature_tag,
Dhb-ot-layout.cc344 hb_tag_t *feature_tag) in hb_ot_layout_language_get_required_feature() argument
351 if (feature_tag) *feature_tag = g.get_feature_tag (index); in hb_ot_layout_language_get_required_feature()
401 hb_tag_t feature_tag, in hb_ot_layout_language_find_feature() argument
412 if (feature_tag == g.get_feature_tag (f_index)) { in hb_ot_layout_language_find_feature()
Dhb-ot-shape-complex-indic.cc482 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag, bool zero_context_) in init()
486 map->get_feature_stage (0/*GSUB*/, feature_tag), in init()