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

  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 52 unsigned int needs_fallback : 1; member in struct:hb_ot_map_t::feature_map_t
86 inline bool needs_fallback (hb_tag_t feature_tag) const { function in struct:hb_ot_map_t
88 return map ? map->needs_fallback : false;
hb-ot-map.cc 251 map->needs_fallback = !found;
hb-ot-shape-complex-arabic.cc 271 plan->map.needs_fallback (arabic_features[i]));

Completed in 160 milliseconds