Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrCopySurfaceBatch.cpp12 bool GrCopySurfaceBatch::ClipSrcRectAndDstPoint(const GrSurface* dst, in ClipSrcRectAndDstPoint() function in GrCopySurfaceBatch
70 if (!ClipSrcRectAndDstPoint(dst, src, srcRect, dstPoint, &clippedSrcRect, &clippedDstPoint)) { in Create()
DGrCopySurfaceBatch.h23 static bool ClipSrcRectAndDstPoint(const GrSurface* dst,
/external/skia/src/gpu/
DGrContext.cpp529 if (!GrCopySurfaceBatch::ClipSrcRectAndDstPoint(dst, src, srcRect, dstPoint, in copySurface()