Searched refs:get_1_mask (Results 1 – 7 of 7) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-private.hh | 86 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m')); in compile() 87 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c')); in compile() 88 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r')); in compile() 89 plan.dnom_mask = plan.map.get_1_mask (HB_TAG ('d','n','o','m')); in compile() 96 plan.has_mark = !!plan.map.get_1_mask (HB_TAG ('m','a','r','k')); in compile()
|
D | hb-ot-shape-complex-arabic-fallback.hh | 248 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()
|
D | hb-ot-shape-complex-use.cc | 201 use_plan->rphf_mask = plan->map.get_1_mask (HB_TAG('r','p','h','f')); in data_create_use() 296 masks[i] = plan->map.get_1_mask (arabic_features[i]); in setup_topographical_masks()
|
D | hb-ot-map-private.hh | 91 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { in get_1_mask() function
|
D | hb-ot-shape-complex-arabic.cc | 266 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()
|
D | hb-ot-shape-complex-hangul.cc | 86 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]); in data_create_hangul()
|
D | hb-ot-shape-complex-indic.cc | 557 0 : plan->map.get_1_mask (indic_features[i].tag); in data_create_indic()
|