Searched refs:get_1_mask (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-shape.cc | 115 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()
|
D | hb-ot-shape-complex-arabic-fallback.hh | 241 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()
|
D | hb-ot-shape-complex-use.cc | 196 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()
|
D | hb-ot-shape-complex-arabic.cc | 269 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()
|
D | hb-ot-map.hh | 122 hb_mask_t get_1_mask (hb_tag_t feature_tag) const in get_1_mask() function
|
D | hb-ot-shape-complex-khmer.cc | 182 0 : plan->map.get_1_mask (khmer_features[i].tag); in data_create_khmer()
|
D | hb-ot-shape-complex-hangul.cc | 88 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]); in data_create_hangul()
|
D | hb-ot-shape-complex-indic.cc | 292 0 : plan->map.get_1_mask (indic_features[i].tag); in data_create_indic()
|