Searched refs:findNearestLegacyFontSize (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleResolver.cpp3368 static int findNearestLegacyFontSize(int pixelFontSize, const T* table, int multiplier) function
3388 return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : strictFontSizeTable[row], 1);
3391 return findNearestLegacyFontSize<float>(pixelFontSize, fontSizeFactors, mediumSize);

Completed in 91 milliseconds