Home
last modified time | relevance | path

Searched refs:CreateEmpty (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/src/core/
DSkFontMgr.cpp32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } in CreateEmpty() function in SkFontStyleSet
49 return SkFontStyleSet::CreateEmpty(); in onMatchFamily()
83 fsset = SkFontStyleSet::CreateEmpty(); in emptyOnNull()
DSkPathRef.cpp76 SkPathRef* SkPathRef::CreateEmpty() { in CreateEmpty() function in SkPathRef
DSkPath.cpp147 : fPathRef(SkPathRef::CreateEmpty()) { in SkPath()
362 fPathRef.reset(SkPathRef::CreateEmpty()); in reset()
/third_party/skia/include/core/
DSkFontMgr.h33 static SkFontStyleSet* CreateEmpty();
/third_party/skia/include/private/
DSkPathRef.h200 static SkPathRef* CreateEmpty();
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp638 return SkFontStyleSet::CreateEmpty(); in DEF_TEST()