Home
last modified time | relevance | path

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

/external/skqp/src/ports/
DSkFontMgr_fuchsia.cpp183 bool allow_fallback, bool exact_style_match) const;
328 bool allow_fallback, argument
347 allow_fallback = true;
353 if (!allow_fallback) request.flags |= fuchsia::fonts::REQUEST_FLAG_NO_FALLBACK;
/external/skia/src/ports/
DSkFontMgr_fuchsia.cpp258 bool allow_fallback, bool exact_style_match) const;
399 bool allow_fallback, in FetchTypeface() argument
427 allow_fallback = true; in FetchTypeface()
435 if (!allow_fallback) flags |= fuchsia::fonts::TypefaceRequestFlags::EXACT_FAMILY; in FetchTypeface()
/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py89 self._real_ec_handler.init(ec_file, allow_fallback=True)
496 self._real_ec_handler.init(ec_file, allow_fallback=True)
Dflashrom_handler.py252 def init(self, image_file=None, allow_fallback=False): argument
274 if image_file and allow_fallback and not os.path.isfile(image_file):