Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrCopySurfaceBatch.h46 fSrcRect.fBottom, fDstPoint.fX, fDstPoint.fY); in dumpInfo()
57 , fDstPoint(dstPoint) { in GrCopySurfaceBatch()
67 state->gpu()->copySurface(fDst.get(), fSrc.get(), fSrcRect, fDstPoint); in onDraw()
73 SkIPoint fDstPoint; variable