Lines Matching full:families
286 SkTDArray<FontFamily*> families;
290 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
295 SkFontMgr_Android_Parser::GetSystemFontFamilies(families);
300 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
302 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false);
304 families.deleteAll();
308 /** Returns not how many families we have, but how many unique names
309 * exist among the families.
340 // TODO: eventually we should not need to name fallback families.
517 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) {
518 for (int i = 0; i < families.count(); i++) {
519 FontFamily& family = *families[i];