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

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontMgr_android.cpp337 for (int i = 0; i < fFontStyleSets.count(); ++i) {
338 for (int j = 0; j < fFontStyleSets[i]->fStyles.count(); ++j) {
339 if (fFontStyleSets[i]->fStyles[j] == typeface) {
340 return fFontStyleSets[i]->matchStyle(style);
470 SkTArray<SkAutoTUnref<SkFontStyleSet_Android>, true> fFontStyleSets; member in class:SkFontMgr_Android
496 fFontStyleSets.push_back().reset(newSet);
507 SkASSERT(!fFontStyleSets.empty());
524 fDefaultFamily = fFontStyleSets[0];

Completed in 1272 milliseconds