Searched refs:fDstPoint (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/src/gpu/ops/ |
D | GrCopySurfaceOp.h | 41 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
|
D | GrCopySurfaceOp.cpp | 52 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/ |
D | GrCopyRenderTask.cpp | 47 : 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()
|
D | GrCopyRenderTask.h | 51 SkIPoint fDstPoint; variable
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkGpuCommandBuffer.cpp | 52 , fDstPoint(dstPoint) in Copy() 56 args.fGpu->copySurface(args.fSurface, fSrc.get(), fSrcRect, fDstPoint, fShouldDiscardDst); in execute() 63 SkIPoint fDstPoint; member in __anon35d5a2a20111::Copy
|