Searched refs:gDefaultNames (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp381 static const char* gDefaultNames[] = {
384 for (size_t i = 0; i < SK_ARRAY_COUNT(gDefaultNames); ++i) {
385 SkFontStyleSet_Custom* set = this->onMatchFamily(gDefaultNames[i]);
H A DSkFontMgr_android.cpp509 static const char* gDefaultNames[] = { "sans-serif" }; local
510 for (size_t i = 0; i < SK_ARRAY_COUNT(gDefaultNames); ++i) {
511 SkFontStyleSet* set = this->onMatchFamily(gDefaultNames[i]);
/external/skia/src/ports/
H A DSkFontHost_linux.cpp375 static const char* gDefaultNames[] = {
378 for (size_t i = 0; i < SK_ARRAY_COUNT(gDefaultNames); ++i) {
379 SkFontStyleSet_Custom* set = this->onMatchFamily(gDefaultNames[i]);

Completed in 3967 milliseconds