Searched refs:defaultNames (Results 1 – 2 of 2) sorted by relevance
120 static const char* defaultNames[] = { in SkFontMgr_Custom() local123 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()
519 static const char* defaultNames[] = { "sans-serif" }; in findDefaultStyleSet() local520 for (const char* defaultName : defaultNames) { in findDefaultStyleSet()