• Home
  • Raw
  • Download

Lines Matching refs:dstPoint

483                            const SkIPoint& dstPoint) {  in resolveImage()  argument
491 resolveInfo.dstOffset = {dstPoint.fX, dstPoint.fY, 0}; in resolveImage()
1819 const SkIPoint& dstPoint) { in copySurfaceAsCopyImage() argument
1844 int32_t dstY = dstPoint.fY; in copySurfaceAsCopyImage()
1850 dstY = dst->height() - dstPoint.fY - srcVkRect.height(); in copySurfaceAsCopyImage()
1858 copyRegion.dstOffset = { dstPoint.fX, dstY, 0 }; in copySurfaceAsCopyImage()
1869 SkIRect dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, in copySurfaceAsCopyImage()
1879 const SkIPoint& dstPoint) { in copySurfaceAsBlit() argument
1904 dstRect.fLeft = dstPoint.fX; in copySurfaceAsBlit()
1905 dstRect.fRight = dstPoint.fX + srcRect.width(); in copySurfaceAsBlit()
1916 dstRect.fTop = dst->height() - dstPoint.fY - srcVkRect.height(); in copySurfaceAsBlit()
1918 dstRect.fTop = dstPoint.fY; in copySurfaceAsBlit()
1945 dstRect = SkIRect::MakeXYWH(dstPoint.fX, dstPoint.fY, srcRect.width(), srcRect.height()); in copySurfaceAsBlit()
1954 SkIPoint dstPoint = origDstPoint; in copySurfaceAsResolve() local
1959 dstPoint.fY = dst->height() - dstPoint.fY - srcRect.height(); in copySurfaceAsResolve()
1961 this->resolveImage(dst, srcRT, srcRect, dstPoint); in copySurfaceAsResolve()
1969 const SkIRect& srcRect, const SkIPoint& dstPoint, in onCopySurface() argument
1988 this->copySurfaceAsResolve(dst, dstOrigin, src, srcOrigin, srcRect, dstPoint); in onCopySurface()
1995 dstPoint, canDiscardOutsideDstRect)); in onCopySurface()
1996 auto dstRect = srcRect.makeOffset(dstPoint.fX, dstPoint.fY); in onCopySurface()
2026 srcRect, dstPoint); in onCopySurface()
2033 srcRect, dstPoint); in onCopySurface()