Lines Matching refs:dstRect
969 SkIRect dstRect,
988 this->uploadTexData(texDims, target, dstRect, externalFormat, externalType, bpp, texels,
1035 SkIRect dstRect,
1042 SkASSERT(!dstRect.isEmpty());
1043 SkASSERT(SkIRect::MakeSize(texDims).contains(dstRect));
1045 SkASSERT(mipLevelCount == 1 || dstRect == SkIRect::MakeSize(texDims));
1054 SkISize dims = dstRect.size();
1071 GL_CALL(TexSubImage2D(target, level, dstRect.x(), dstRect.y(), dims.width(), dims.height(),
3366 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, w, h);
3409 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect);
3428 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
3431 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect);
3437 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
3440 if (SkIRect::Intersects(dstRect, srcRect)) {
3458 dstRect.fLeft,
3459 dstRect.fTop,
3460 dstRect.fRight,
3461 dstRect.fBottom,
3467 this->didWriteToSurface(dst, kTopLeft_GrSurfaceOrigin, &dstRect);