Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkFontMgr_custom.cpp48 SkTypeface_Empty::SkTypeface_Empty() : INHERITED(SkFontStyle(), false, true, SkString(), 0) {} in SkTypeface_Empty() function in SkTypeface_Empty
50 std::unique_ptr<SkStreamAsset> SkTypeface_Empty::onOpenStream(int*) const { return nullptr; } in onOpenStream()
52 sk_sp<SkTypeface> SkTypeface_Empty::onMakeClone(const SkFontArguments& args) const { in onMakeClone()
56 std::unique_ptr<SkFontData> SkTypeface_Empty::onMakeFontData() const { return nullptr; } in onMakeFontData()
H A DSkFontMgr_custom_embedded.cpp35 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
57 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
H A DSkFontMgr_custom.h47 class SkTypeface_Empty : public SkTypeface_Custom { class
49 SkTypeface_Empty() ;
H A DSkFontMgr_custom_empty.cpp20 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());
H A DSkFontMgr_custom_directory.cpp29 family->appendTypeface(sk_make_sp<SkTypeface_Empty>());

Completed in 2 milliseconds