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

  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 695 const float baseFontSize = 11.0f;
817 float fontScale = min(o->style()->fontSize() / baseFontSize, bounds.height() / baseArrowHeight);
    [all...]
RenderThemeMac.mm     [all...]
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 668 const float baseFontSize = 11.0f;
670 float fontScale = style->fontSize() / baseFontSize;

Completed in 54 milliseconds