Home | History | Annotate | Download | only in ports

Lines Matching defs:families

264         SkTDArray<FontFamily*> families;
268 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
273 SkFontMgr_Android_Parser::GetSystemFontFamilies(families);
278 families, base, custom->fFontsXml, custom->fFallbackFontsXml);
280 this->buildNameToFamilyMap(families, custom ? custom->fIsolated : false);
282 families.deleteAll();
286 /** Returns not how many families we have, but how many unique names
287 * exist among the families.
318 // TODO: eventually we should not need to name fallback families.
497 void buildNameToFamilyMap(SkTDArray<FontFamily*> families, const bool isolated) {
498 for (int i = 0; i < families.count(); i++) {
499 FontFamily& family = *families[i];