Lines Matching refs:dstPoint
704 const SkIPoint& dstPoint) {
716 resolveInfo.dstOffset = {dstPoint.fX, dstPoint.fY, 0};
2291 const SkIPoint& dstPoint) {
2331 copyRegion.dstOffset = { dstPoint.fX, dstPoint.fY, 0 };
2344 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2355 const SkIPoint& dstPoint) {
2396 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, srcRect.width(),
2422 const SkIPoint& dstPoint) {
2428 this->resolveImage(dst, srcRT, srcRect, dstPoint);
2429 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY,
2436 const SkIPoint& dstPoint) {
2502 this->copySurfaceAsResolve(dst, src, srcRect, dstPoint);
2508 this->copySurfaceAsCopyImage(dst, src, dstImage, srcImage, srcRect, dstPoint);
2520 this->copySurfaceAsBlit(dst, src, dstImage, srcImage, srcRect, dstPoint);