Home
last modified time | relevance | path

Searched refs:emptyOnNull (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkFontMgr.cpp81 static SkFontStyleSet* emptyOnNull(SkFontStyleSet* fsset) { in emptyOnNull() function
97 return emptyOnNull(this->onCreateStyleSet(index)); in createStyleSet()
101 return emptyOnNull(this->onMatchFamily(familyName)); in matchFamily()
/third_party/flutter/skia/src/core/
DSkFontMgr.cpp87 static SkFontStyleSet* emptyOnNull(SkFontStyleSet* fsset) { in emptyOnNull() function
103 return emptyOnNull(this->onCreateStyleSet(index)); in createStyleSet()
107 return emptyOnNull(this->onMatchFamily(familyName)); in matchFamily()