Home
last modified time | relevance | path

Searched refs:F_HAS_FALLBACK (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-map.cc182 feature_infos[j].flags |= (feature_infos[i].flags & F_HAS_FALLBACK); in compile()
233 if (!found && !(info->flags & F_HAS_FALLBACK)) in compile()
Dhb-ot-shape-complex-arabic.cc217 map->add_feature (arabic_features[i], 1, has_fallback ? F_HAS_FALLBACK : F_NONE); in collect_features_arabic()
221 map->add_feature (HB_TAG('r','l','i','g'), 1, F_GLOBAL|F_HAS_FALLBACK); in collect_features_arabic()
Dhb-ot-map-private.hh152F_HAS_FALLBACK = 0x0002u, /* Has fallback implementation, so include mask bit even if feature not … enumerator
Dhb-ot-shape.cc105 F_HAS_FALLBACK : F_NONE)); in hb_ot_shape_collect_features()