HomeSort by relevance Sort by last modified time
    Searched refs:smallCapsSize (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/graphics/chromium/
SimpleFontDataChromiumWin.cpp 111 float smallCapsSize = 0.70f * fontDescription.computedSize();
114 winFont.lfHeight = -lroundf(smallCapsSize);
117 new SimpleFontData(FontPlatformData(hfont, smallCapsSize));
SimpleFontDataLinux.cpp 137 const float smallCapsSize = lroundf(fontDescription.computedSize() * smallCapsFraction);
138 m_smallCapsFontData = new SimpleFontData(FontPlatformData(m_platformData, smallCapsSize));

Completed in 24 milliseconds