OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkTypeface_Empty
(Results
1 - 2
of
2
) 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
() ;
Completed in 736 milliseconds