Home | Sort by relevance Sort by last modified time |
/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; |