Searched refs:inchesPerMeter (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp711 static const SkScalar inchesPerMeter = SkScalarDiv(10000, 254); local
712 static const SkScalar upm = 72 * inchesPerMeter;
714 static const SkScalar ppm = 200 * inchesPerMeter;
/external/skia/gm/
H A Dgmmain.cpp710 static const SkScalar inchesPerMeter = SkScalarDiv(10000, 254); local
711 static const SkScalar upm = 72 * inchesPerMeter;
713 static const SkScalar ppm = 200 * inchesPerMeter;
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp273 static const float inchesPerMeter = 10000.0f / 254.0f; local
274 static const float targetUnitsPerMeter = xpsDPI * inchesPerMeter;
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp274 static const float inchesPerMeter = 10000.0f / 254.0f; local
275 static const float targetUnitsPerMeter = xpsDPI * inchesPerMeter;

Completed in 2921 milliseconds