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

  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 169 static float pixelsPerInch = 0.0f;
170 if (!pixelsPerInch) {
173 pixelsPerInch = GetDeviceCaps(hdc, LOGPIXELSY);
176 pixelsPerInch = 96.0f;
181 return points / pointsPerInch * pixelsPerInch;
RenderThemeChromiumSkia.cpp 202 static const float pixelsPerInch = 96.0f;
203 fontSize -= (2.0f / pointsPerInch) * pixelsPerInch;

Completed in 73 milliseconds