Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ops/
DGrCopySurfaceOp.h36 fDstPoint.fX, fDstPoint.fY); in dumpInfo()
49 , fDstPoint(dstPoint) { in GrCopySurfaceOp()
62 SkIPoint fDstPoint; variable
DGrCopySurfaceOp.cpp95 fDstPoint); in onExecute()
/external/skia/src/gpu/
DGrCopyRenderTask.cpp46 : fSrc(std::move(src)), fSrcRect(srcRect), fDstPoint(dstPoint), fOrigin(origin) { in GrCopyRenderTask()
72 SkIRect::MakePtSize(fDstPoint, fSrcRect.size())); in onMakeClosed()
88 SkIPoint dstPoint = fDstPoint; in onExecute()
DGrCopyRenderTask.h51 SkIPoint fDstPoint; variable
/external/skqp/src/gpu/vk/
DGrVkGpuCommandBuffer.h47 : fSrc(src), fSrcOrigin(srcOrigin), fSrcRect(srcRect), fDstPoint(dstPoint) {} in CopyInfo()
52 SkIPoint fDstPoint; member
165 , fDstPoint(dstPoint) in CopyInfo()
171 SkIPoint fDstPoint; member
DGrVkGpuCommandBuffer.cpp42 copyInfo.fDstPoint); in submit()
178 copyInfo.fSrcRect, copyInfo.fDstPoint, copyInfo.fShouldDiscardDst); in submit()