Lines Matching refs:srcRect
77 for (const SkIRect& srcRect : kSrcRects) {
113 srcRect,
118 std::move(srcView), srcRect, dstPoint);
122 SkIPoint dstOffset = { dstPoint.fX - srcRect.fLeft,
123 dstPoint.fY - srcRect.fTop };
126 srcRect.width(),
127 srcRect.height());
130 if (!copiedSrcRect.intersect(srcRect, SkIRect::MakeWH(kW, kH))) {
135 copiedDstRect.fLeft += copiedSrcRect.fLeft - srcRect.fLeft;
136 copiedDstRect.fTop += copiedSrcRect.fTop - srcRect.fTop;
137 copiedDstRect.fRight -= copiedSrcRect.fRight - srcRect.fRight;
139 srcRect.fBottom;