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

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

Completed in 105 milliseconds