Searched defs:alternateName (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp206 const AtomicString& alternateName = alternateFamilyName(familyName); local
207 if (!alternateName.isEmpty())
208 result = getCachedFontPlatformData(fontDescription, alternateName, true);

Completed in 264 milliseconds