HomeSort by relevance Sort by last modified time
    Searched defs:SkTypeface_Empty (Results 1 - 4 of 4) sorted by null

  /external/skia/src/ports/
SkFontMgr_custom.cpp 49 SkTypeface_Empty::SkTypeface_Empty() : INHERITED(SkFontStyle(), false, true, SkString(), 0) {}
51 SkStreamAsset* SkTypeface_Empty::onOpenStream(int*) const { return nullptr; }
SkFontMgr_custom.h 47 class SkTypeface_Empty : public SkTypeface_Custom {
49 SkTypeface_Empty() ;
  /external/skqp/src/ports/
SkFontMgr_custom.cpp 49 SkTypeface_Empty::SkTypeface_Empty() : INHERITED(SkFontStyle(), false, true, SkString(), 0) {}
51 SkStreamAsset* SkTypeface_Empty::onOpenStream(int*) const { return nullptr; }
SkFontMgr_custom.h 47 class SkTypeface_Empty : public SkTypeface_Custom {
49 SkTypeface_Empty() ;

Completed in 78 milliseconds