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

  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 459 const float baseFontSize = 11.0f;
461 float fontScale = style->fontSize() / baseFontSize;
  /external/webkit/WebCore/rendering/
RenderThemeSafari.cpp 694 const float baseFontSize = 11.0f;
822 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
    [all...]
RenderThemeChromiumMac.mm 846 const float baseFontSize = 11.0f;
    [all...]
RenderThemeMac.mm 775 const float baseFontSize = 11.0f;
    [all...]

Completed in 26 milliseconds