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

/external/webkit/Source/WebCore/platform/graphics/
H A DFontCache.cpp372 const FontFamily* startFamily = &font.fontDescription().family(); local
373 for (int i = 0; startFamily && i < startIndex; i++)
374 startFamily = startFamily->next();
375 const FontFamily* currFamily = startFamily;

Completed in 57 milliseconds