Searched refs:feature_tag (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-map-private.hh | 80 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()
|
D | hb-ot-layout.cc | 331 hb_tag_t feature_tag, in hb_ot_layout_table_find_feature() argument 340 if (feature_tag == g.get_feature_tag (i)) { in hb_ot_layout_table_find_feature() 411 hb_tag_t *feature_tag) in hb_ot_layout_language_get_required_feature() argument 418 if (feature_tag) *feature_tag = g.get_feature_tag (index); in hb_ot_layout_language_get_required_feature() 468 hb_tag_t feature_tag, in hb_ot_layout_language_find_feature() argument 479 if (feature_tag == g.get_feature_tag (f_index)) { in hb_ot_layout_language_find_feature()
|
D | hb-ot-layout.h | 155 hb_tag_t *feature_tag); 180 hb_tag_t feature_tag,
|
D | hb-ot-layout-private.hh | 44 hb_tag_t feature_tag,
|
D | hb-ot-shape-complex-indic.cc | 463 inline void init (const hb_ot_map_t *map, hb_tag_t feature_tag, bool zero_context_) in init() 467 map->get_feature_stage (0/*GSUB*/, feature_tag), in init()
|