Searched refs:customList (Results 1 – 2 of 2) sorted by relevance
362 FallbackFontList* customList = NULL; in addFallbackFamily() local363 if (!fFallbackFontDict.find(languageTag.c_str(), &customList)) { in addFallbackFamily()365 customList = SkNEW(FallbackFontList); in addFallbackFamily()366 fFallbackFontDict.set(languageTag.c_str(), customList); in addFallbackFamily()368 SkASSERT(customList != NULL); in addFallbackFamily()369 customList->push(familyRecID); in addFallbackFamily()