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

  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 209 static float pixelsPerInch = 0.0f;
210 if (!pixelsPerInch) {
213 pixelsPerInch = GetDeviceCaps(hdc, LOGPIXELSY);
216 pixelsPerInch = 96.0f;
221 return points / pointsPerInch * pixelsPerInch;
RenderThemeChromiumSkia.cpp 174 static const float pixelsPerInch = 96.0f;
175 fontSize -= (2.0f / pointsPerInch) * pixelsPerInch;

Completed in 29 milliseconds