Searched refs:copyRect (Results 1 – 2 of 2) sorted by relevance
2012 SkIRect copyRect = SkIRect::MakeWH(rtProxy->width(), rtProxy->height()); in setupDstProxy() local2050 copyRect = clippedRect; in setupDstProxy()2058 dstPoint = {copyRect.fLeft, copyRect.fTop}; in setupDstProxy()2062 desc.fWidth = copyRect.width(); in setupDstProxy()2063 desc.fHeight = copyRect.height(); in setupDstProxy()2065 dstOffset = {copyRect.fLeft, copyRect.fTop}; in setupDstProxy()2079 if (!sContext->copy(rtProxy, copyRect, dstPoint)) { in setupDstProxy()
2014 SkIRect copyRect = SkIRect::MakeSize(this->asSurfaceProxy()->backingStoreDimensions()); in setupDstProxyView() local2021 SkAssertResult(copyRect.intersect(conservativeDrawBounds)); in setupDstProxyView()2030 dstOffset = {copyRect.fLeft, copyRect.fTop}; in setupDstProxyView()2037 copyRect, in setupDstProxyView()