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

  /external/chromium_org/third_party/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;
  /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;

Completed in 83 milliseconds