Lines Matching refs:dstPoint
452 SkIPoint dstPoint = {0, 0}; in setupDstReadIfNecessary() local
453 if (this->copySurface(ast.texture(), rt, copyRect, dstPoint)) { in setupDstReadIfNecessary()
820 const SkIPoint& dstPoint, in clip_srcrect_and_dstpoint() argument
824 *clippedDstPoint = dstPoint; in clip_srcrect_and_dstpoint()
871 const SkIPoint& dstPoint) { in copySurface() argument
881 dstPoint, in copySurface()
884 SkASSERT(this->canCopySurface(dst, src, srcRect, dstPoint)); in copySurface()
896 const SkIPoint& dstPoint) { in canCopySurface() argument
906 dstPoint, in canCopySurface()
917 const SkIPoint& dstPoint) { in onCanCopySurface() argument
921 SkASSERT(dstPoint.fX >= 0 && dstPoint.fY >= 0); in onCanCopySurface()
922 SkASSERT(dstPoint.fX + srcRect.width() <= dst->width() && in onCanCopySurface()
923 dstPoint.fY + srcRect.height() <= dst->height()); in onCanCopySurface()
931 const SkIPoint& dstPoint) { in onCopySurface() argument
932 if (!GrDrawTarget::onCanCopySurface(dst, src, srcRect, dstPoint)) { in onCopySurface()
942 matrix.setTranslate(SkIntToScalar(srcRect.fLeft - dstPoint.fX), in onCopySurface()
943 SkIntToScalar(srcRect.fTop - dstPoint.fY)); in onCopySurface()
946 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, in onCopySurface()
947 dstPoint.fY, in onCopySurface()