Searched defs:SkEmptyTypeface (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkTypeface.cpp24 class SkEmptyTypeface : public SkTypeface { class in inherits:SkTypeface
26 static SkEmptyTypeface* Create() {
27 return SkNEW(SkEmptyTypeface);
30 SkEmptyTypeface() : SkTypeface(SkFontStyle(), 0, true) { } function in class:SkEmptyTypeface
80 return t ? t : SkEmptyTypeface::Create();

Completed in 73 milliseconds