Lines Matching refs:dstPoint
432 const SkIPoint& dstPoint) {
465 this->copySurfaceAsResolve(dst, src, srcRect, dstPoint);
470 this->copySurfaceAsCopyTexture(dst, src, dstTexResource, srcTexResource, srcRect, dstPoint);
480 const SkIRect& srcRect, const SkIPoint& dstPoint) {
517 dstPoint.fX, dstPoint.fY,
522 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
529 const SkIPoint& dstPoint) {
533 this->resolveTexture(dst, dstPoint.fX, dstPoint.fY, srcRT, srcRect);
534 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,