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

  /external/webkit/WebCore/rendering/
RenderThemeChromiumWin.cpp 180 static const float pointsPerInch = 72.0f;
181 return points / pointsPerInch * pixelsPerInch;
RenderThemeChromiumSkia.cpp 201 static const float pointsPerInch = 72.0f;
203 fontSize -= (2.0f / pointsPerInch) * pixelsPerInch;

Completed in 699 milliseconds