Lines Matching defs:families
292 SkTDArray<FontFamily*> families;
296 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
301 SkFontMgr_Android_Parser::GetSystemFontFamilies(families);
306 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
308 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false);
310 families.deleteAll();
314 /** Returns not how many families we have, but how many unique names
315 * exist among the families.
346 // TODO: eventually we should not need to name fallback families.
523 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) {
525 for (FontFamily* family : families) {