Home | History | Annotate | Download | only in ports

Lines Matching defs:fStyles

205             fStyles.push_back().reset(new SkTypeface_AndroidSystem(
212 return fStyles.count();
215 if (index < 0 || fStyles.count() <= index) {
226 if (index < 0 || fStyles.count() <= index) {
229 return SkRef(fStyles[index].get());
237 if (0 == fStyles.count()) {
240 SkTypeface_AndroidSystem* closest = fStyles[0];
242 for (int i = 0; i < fStyles.count(); ++i) {
246 closest = fStyles[i];
255 return fStyles[index]->fontStyle();
265 SkTArray<SkAutoTUnref<SkTypeface_AndroidSystem>, true> fStyles;
358 for (int j = 0; j < fFontStyleSets[i]->fStyles.count(); ++j) {
359 if (fFontStyleSets[i]->fStyles[j] == typeface) {