Home
last modified time | relevance | path

Searched refs:get_1_mask (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape.cc115 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c')); in compile()
116 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r')); in compile()
117 plan.dnom_mask = plan.map.get_1_mask (HB_TAG ('d','n','o','m')); in compile()
121 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m')); in compile()
190 plan.has_gpos_mark = !!plan.map.get_1_mask (HB_TAG ('m','a','r','k')); in compile()
Dhb-ot-shape-complex-arabic-fallback.hh241 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag); in arabic_fallback_plan_init_win1256()
271 fallback_plan->mask_array[j] = plan->map.get_1_mask (arabic_fallback_features[i]); in arabic_fallback_plan_init_unicode()
Dhb-ot-shape-complex-use.cc196 use_plan->rphf_mask = plan->map.get_1_mask (HB_TAG('r','p','h','f')); in data_create_use()
292 masks[i] = plan->map.get_1_mask (use_topographical_features[i]); in setup_topographical_masks()
Dhb-ot-shape-complex-arabic.cc269 arabic_plan->has_stch = !!plan->map.get_1_mask (HB_TAG ('s','t','c','h')); in data_create_arabic()
271 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]); in data_create_arabic()
Dhb-ot-map.hh122 hb_mask_t get_1_mask (hb_tag_t feature_tag) const in get_1_mask() function
Dhb-ot-shape-complex-khmer.cc182 0 : plan->map.get_1_mask (khmer_features[i].tag); in data_create_khmer()
Dhb-ot-shape-complex-hangul.cc88 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]); in data_create_hangul()
Dhb-ot-shape-complex-indic.cc292 0 : plan->map.get_1_mask (indic_features[i].tag); in data_create_indic()