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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-arabic.cc 102 static const hb_tag_t arabic_features[] = variable
216 bool has_fallback = plan->props.script == HB_SCRIPT_ARABIC && !FEATURE_IS_SYRIAC (arabic_features[i]);
217 map->add_feature (arabic_features[i], 1, has_fallback ? F_HAS_FALLBACK : F_NONE);
268 arabic_plan->mask_array[i] = plan->map.get_1_mask (arabic_features[i]);
270 (FEATURE_IS_SYRIAC (arabic_features[i]) ||
271 plan->map.needs_fallback (arabic_features[i]));
hb-ot-shape-complex-use.cc 57 arabic_features[] = variable
69 /* Same order as arabic_features. Don't need Syriac stuff.*/
145 for (unsigned int i = 0; i < ARRAY_LENGTH (arabic_features); i++)
146 map->add_feature (arabic_features[i], 1, F_NONE);
296 masks[i] = plan->map.get_1_mask (arabic_features[i]);

Completed in 1919 milliseconds