Home
last modified time | relevance | path

Searched refs:roundedLowerRight (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp854 FloatPoint roundedLowerRight(deviceLowerRight.x() / deviceScaleX, in roundToDevicePixels() local
856 return FloatRect(roundedOrigin, roundedLowerRight - roundedOrigin); in roundToDevicePixels()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp945 …FloatPoint roundedLowerRight = FloatPoint(deviceLowerRight.x / deviceScaleX, deviceLowerRight.y / … in roundToDevicePixels() local
946 return FloatRect(roundedOrigin, roundedLowerRight - roundedOrigin); in roundToDevicePixels()