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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp68 class SkTypeface_Empty : public SkTypeface_Custom { class in inherits:SkTypeface_Custom
70 SkTypeface_Empty() : INHERITED(SkTypeface::kNormal, false, true, SkString(), 0) {} function in class:SkTypeface_Empty
377 family->appendTypeface(SkNEW(SkTypeface_Empty));
/external/skia/src/ports/
H A DSkFontHost_linux.cpp62 class SkTypeface_Empty : public SkTypeface_Custom { class in inherits:SkTypeface_Custom
64 SkTypeface_Empty() : INHERITED(SkTypeface::kNormal, true, false, SkString()) {} function in class:SkTypeface_Empty
371 family->appendTypeface(SkNEW(SkTypeface_Empty));

Completed in 114 milliseconds