Home
last modified time | relevance | path

Searched refs:fDstPoint (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/ops/
DGrCopySurfaceOp.h41 fSrcRect.fBottom, fDstPoint.fX, fDstPoint.fY); in dumpInfo()
55 , fDstPoint(dstPoint) { in GrCopySurfaceOp()
66 fDstPoint.fY = dst->height() - fDstPoint.fY - rectHeight; in GrCopySurfaceOp()
78 SkIPoint fDstPoint; variable
DGrCopySurfaceOp.cpp52 fDstPoint.fY = fDstPoint.fY + (dst->peekSurface()->height() - dst->height()); in onExecute()
56 state->commandBuffer()->copy(fSrc.get()->peekSurface(), fSrcRect, fDstPoint); in onExecute()
/third_party/skia/src/gpu/
DGrCopyRenderTask.cpp47 : fSrc(std::move(src)), fSrcRect(srcRect), fDstPoint(dstPoint), fOrigin(origin) { in GrCopyRenderTask()
73 SkIRect::MakePtSize(fDstPoint, fSrcRect.size())); in onMakeClosed()
89 SkIPoint dstPoint = fDstPoint; in onExecute()
DGrCopyRenderTask.h51 SkIPoint fDstPoint; variable
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.cpp52 , fDstPoint(dstPoint) in Copy()
56 args.fGpu->copySurface(args.fSurface, fSrc.get(), fSrcRect, fDstPoint, fShouldDiscardDst); in execute()
63 SkIPoint fDstPoint; member in __anon35d5a2a20111::Copy