Searched refs:deviceBounds (Results 1 – 2 of 2) sorted by relevance
216 const SkIRect deviceBounds = canvas->getDeviceClipBounds(); in onDraw() local217 tmpSurface->draw(canvas, deviceBounds.fLeft, deviceBounds.fTop); in onDraw()
676 const SkIRect deviceBounds = c->getDeviceClipBounds(); in draw() local680 c->imageInfo().makeWH(deviceBounds.width(), deviceBounds.height()); in draw()694 mat4.postTranslate(-deviceBounds.fLeft, -deviceBounds.fTop); in draw()708 mLayerSurface->draw(c, deviceBounds.fLeft, deviceBounds.fTop); in draw()