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

  /external/chromium_org/third_party/skia/gm/
gmmain.cpp 711 static const SkScalar inchesPerMeter = SkScalarDiv(10000, 254);
712 static const SkScalar upm = 72 * inchesPerMeter;
714 static const SkScalar ppm = 200 * inchesPerMeter;
    [all...]
  /external/skia/gm/
gmmain.cpp 710 static const SkScalar inchesPerMeter = SkScalarDiv(10000, 254);
711 static const SkScalar upm = 72 * inchesPerMeter;
713 static const SkScalar ppm = 200 * inchesPerMeter;
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 273 static const float inchesPerMeter = 10000.0f / 254.0f;
274 static const float targetUnitsPerMeter = xpsDPI * inchesPerMeter;
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 274 static const float inchesPerMeter = 10000.0f / 254.0f;
275 static const float targetUnitsPerMeter = xpsDPI * inchesPerMeter;
    [all...]

Completed in 236 milliseconds