Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontMgr_custom.cpp120 static const char* defaultNames[] = { in SkFontMgr_Custom() local
123 for (size_t i = 0; i < SK_ARRAY_COUNT(defaultNames); ++i) { in SkFontMgr_Custom()
124 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); in SkFontMgr_Custom()
DSkFontMgr_android.cpp519 static const char* defaultNames[] = { "sans-serif" }; in findDefaultStyleSet() local
520 for (const char* defaultName : defaultNames) { in findDefaultStyleSet()