HomeSort by relevance Sort by last modified time
    Searched refs:get_1_mask (Results 1 - 7 of 7) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape-private.hh 88 plan.rtlm_mask = plan.map.get_1_mask (HB_TAG ('r','t','l','m'));
89 plan.frac_mask = plan.map.get_1_mask (HB_TAG ('f','r','a','c'));
90 plan.numr_mask = plan.map.get_1_mask (HB_TAG ('n','u','m','r'));
91 plan.dnom_mask = plan.map.get_1_mask (HB_TAG ('d','n','o','m'));
98 plan.has_mark = !!plan.map.get_1_mask (HB_TAG ('m','a','r','k'));
hb-ot-shape-complex-arabic-fallback.hh 248 fallback_plan->mask_array[j] = plan->map.get_1_mask (manifest[i].tag);
278 fallback_plan->mask_array[j] = plan->map.get_1_mask (arabic_fallback_features[i]);
hb-ot-shape-complex-use.cc 204 use_plan->rphf_mask = plan->map.get_1_mask (HB_TAG('r','p','h','f'));
299 masks[i] = plan->map.get_1_mask (arabic_features[i]);
hb-ot-map-private.hh 97 inline hb_mask_t get_1_mask (hb_tag_t feature_tag) const { function in struct:hb_ot_map_t
hb-ot-shape-complex-arabic.cc 268 arabic_plan->has_stch = !!plan->map.get_1_mask (HB_TAG ('s','t','c','h'));
270 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]);
hb-ot-shape-complex-hangul.cc 86 hangul_plan->mask_array[i] = plan->map.get_1_mask (hangul_features[i]);
hb-ot-shape-complex-indic.cc 566 0 : plan->map.get_1_mask (indic_features[i].tag);
    [all...]

Completed in 87 milliseconds