Home
last modified time | relevance | path

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

/external/skia/src/gpu/ops/
DGrCopySurfaceOp.h38 fDstPoint.fX, fDstPoint.fY); in dumpInfo()
51 , fDstPoint(dstPoint) { in GrCopySurfaceOp()
64 SkIPoint fDstPoint; variable
DGrCopySurfaceOp.cpp95 fDstPoint); in onExecute()
/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/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()
/external/skia/src/gpu/vk/
DGrVkGpuCommandBuffer.h47 : fSrc(sk_ref_sp(src)), fSrcOrigin(srcOrigin), fSrcRect(srcRect), fDstPoint(dstPoint) {} in CopyInfo()
52 SkIPoint fDstPoint; member
165 , fDstPoint(dstPoint) in CopyInfo()
171 SkIPoint fDstPoint; member
DGrVkGpuCommandBuffer.cpp43 copyInfo.fSrcRect, copyInfo.fDstPoint); in submit()
179 copyInfo.fSrcRect, copyInfo.fDstPoint, copyInfo.fShouldDiscardDst); in submit()