Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
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()
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.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_directory.cpp29 family->appendTypeface(sk_make_sp<SkTypeface_Empty>()); in loadSystemFonts()
/third_party/flutter/skia/src/ports/
DSkFontMgr_custom.cpp49 SkTypeface_Empty::SkTypeface_Empty() : INHERITED(SkFontStyle(), false, true, SkString(), 0) {} in SkTypeface_Empty() function in SkTypeface_Empty
51 std::unique_ptr<SkStreamAsset> SkTypeface_Empty::onOpenStream(int*) const { return nullptr; } in onOpenStream()
53 sk_sp<SkTypeface> SkTypeface_Empty::onMakeClone(const SkFontArguments& args) const { in onMakeClone()
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()