Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_custom.cpp49 SkTypeface_Empty::SkTypeface_Empty() : INHERITED(SkFontStyle(), false, true, SkString(), 0) {} in SkTypeface_Empty() function in SkTypeface_Empty
51 SkStreamAsset* SkTypeface_Empty::onOpenStream(int*) const { return nullptr; } in onOpenStream()
DSkFontMgr_custom.h47 class SkTypeface_Empty : public SkTypeface_Custom {
49 SkTypeface_Empty() ;
DSkFontMgr_custom_empty.cpp20 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()
DSkFontMgr_custom_embedded.cpp31 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()
DSkFontMgr_custom_directory.cpp29 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()