Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-private.hh88 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m')); in compile()
89 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c')); in compile()
90 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r')); in compile()
91 plan.dnom_mask = plan.map.get_1_mask (HB_TAG ('d','n','o','m')); in compile()
98 plan.has_mark = !!plan.map.get_1_mask (HB_TAG ('m','a','r','k')); in compile()
Dhb-ot-shape-complex-arabic-fallback.hh248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag); in arabic_fallback_plan_init_win1256()
278 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.cc204 use_plan->rphf_mask = plan->map.get_1_mask (HB_TAG('r','p','h','f')); in data_create_use()
299 masks[i] = plan->map.get_1_mask (arabic_features[i]); in setup_topographical_masks()
Dhb-ot-shape-complex-arabic.cc266 arabic_plan->has_stch = !!plan->map.get_1_mask (HB_TAG ('s','t','c','h')); in data_create_arabic()
268 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]); in data_create_arabic()
Dhb-ot-map-private.hh91 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { in get_1_mask() function
Dhb-ot-shape-complex-hangul.cc86 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]); in data_create_hangul()
Dhb-ot-shape-complex-indic.cc542 0 : plan->map.get_1_mask (indic_features[i].tag); in data_create_indic()