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

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 1010 float deviceScaleY = sqrtf(deviceMatrix.c * deviceMatrix.c + deviceMatrix.d * deviceMatrix.d);
1012 CGPoint deviceOrigin = CGPointMake(rect.x() * deviceScaleX, rect.y() * deviceScaleY);
1014 (rect.y() + rect.height()) * deviceScaleY);
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 835 float deviceScaleY = sqrtf(square(deviceMatrix.getSkewX())
838 FloatPoint deviceOrigin(rect.x() * deviceScaleX, rect.y() * deviceScaleY);
840 (rect.y() + rect.height()) * deviceScaleY);
854 deviceOrigin.y() / deviceScaleY);
856 deviceLowerRight.y() / deviceScaleY);
    [all...]

Completed in 101 milliseconds