Home
last modified time | relevance | path

Searched refs:SkTypeface_Empty (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_custom.cpp51 SkTypeface_Empty::SkTypeface_Empty() : INHERITED(SkFontStyle(), false, true, SkString(), 0) {} in SkTypeface_Empty() function in SkTypeface_Empty
53 std::unique_ptr<SkStreamAsset> SkTypeface_Empty::onOpenStream(int*) const { return nullptr; } in onOpenStream()
55 sk_sp<SkTypeface> SkTypeface_Empty::onMakeClone(const SkFontArguments& args) const { in onMakeClone()
59 std::unique_ptr<SkFontData> SkTypeface_Empty::onMakeFontData() const { return nullptr; } in onMakeFontData()
DSkFontMgr_custom.h47 class SkTypeface_Empty : public SkTypeface_Custom {
49 SkTypeface_Empty() ;
DSkFontMgr_custom_embedded.cpp35 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()
57 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()
DSkFontMgr_custom_empty.cpp20 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()
DSkFontMgr_custom_directory.cpp29 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()
/external/skia/bazel/common_config_settings/
DBUILD.bazel154 # Makes the default SkFontMgr return empty fonts (e.g. SkTypeface_Empty). This is typically