Lines Matching refs:dstRect
2344 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2347 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect);
2396 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, srcRect.width(),
2405 blitRegion.dstOffsets[0] = { dstRect.fLeft, dstRect.fTop, 0 };
2406 blitRegion.dstOffsets[1] = { dstRect.fRight, dstRect.fBottom, 1 };
2418 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect);
2429 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2432 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect);
2705 dstRegion.offset = { blurArg.dstRect.fLeft, blurArg.dstRect.fTop };
2706 dstRegion.extent = { (uint32_t)blurArg.dstRect.width(), (uint32_t)blurArg.dstRect.height() };