Searched refs:defaultNames (Results 1 – 5 of 5) sorted by relevance
154 static const char* defaultNames[] = { in SkFontMgr_Custom() local157 for (size_t i = 0; i < SK_ARRAY_COUNT(defaultNames); ++i) { in SkFontMgr_Custom()158 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); in SkFontMgr_Custom()
565 static const char* defaultNames[] = { "sans-serif" }; in findDefaultStyleSet() local566 for (const char* defaultName : defaultNames) { in findDefaultStyleSet()
164 static const char* defaultNames[] = { in SkFontMgr_Custom() local167 for (size_t i = 0; i < SK_ARRAY_COUNT(defaultNames); ++i) { in SkFontMgr_Custom()168 sk_sp<SkFontStyleSet_Custom> set(this->onMatchFamily(defaultNames[i])); in SkFontMgr_Custom()
548 static const char* defaultNames[] = { "sans-serif" }; in findDefaultStyleSet() local549 for (const char* defaultName : defaultNames) { in findDefaultStyleSet()
1110 Map<String, String> defaultNames = new TreeMap(); in TestZones() local1117 String fullName = defaultNames.get(defaultName); in TestZones()1119 defaultNames.put(defaultName, currentItem); in TestZones()