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

  /external/skia/gm/
gmmain.cpp 492 static const SkScalar inchesPerMeter = SkScalarDiv(10000, 254);
493 static const SkScalar upm = 72 * inchesPerMeter;
495 static const SkScalar ppm = 200 * inchesPerMeter;
    [all...]
  /external/skia/src/device/xps/
SkXPSDevice.cpp 268 static const float inchesPerMeter = 10000.0f / 254.0f;
269 static const float targetUnitsPerMeter = xpsDPI * inchesPerMeter;
    [all...]

Completed in 55 milliseconds