Lines Matching refs:dstPoint
19 SkIPoint dstPoint,
27 dstPoint,
29 &dstPoint)) {
37 dstPoint,
45 SkIPoint dstPoint,
47 : fSrc(std::move(src)), fSrcRect(srcRect), fDstPoint(dstPoint), fOrigin(origin) {
89 SkIPoint dstPoint = fDstPoint;
91 dstPoint.fY = dstSurface->height() - dstPoint.fY - srcRect.height();
93 return flushState->gpu()->copySurface(dstSurface, srcSurface, srcRect, dstPoint);