OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emptyOnNull
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
145
static SkFontStyleSet*
emptyOnNull
(SkFontStyleSet* fsset) {
161
return
emptyOnNull
(this->onCreateStyleSet(index));
165
return
emptyOnNull
(this->onMatchFamily(familyName));
/external/skia/src/core/
SkFontHost.cpp
137
static SkFontStyleSet*
emptyOnNull
(SkFontStyleSet* fsset) {
153
return
emptyOnNull
(this->onCreateStyleSet(index));
157
return
emptyOnNull
(this->onMatchFamily(familyName));
Completed in 710 milliseconds