Searched refs:ClipSrcRectAndDstPoint (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/batches/ |
D | GrCopySurfaceBatch.cpp | 12 bool GrCopySurfaceBatch::ClipSrcRectAndDstPoint(const GrSurface* dst, in ClipSrcRectAndDstPoint() function in GrCopySurfaceBatch 70 if (!ClipSrcRectAndDstPoint(dst, src, srcRect, dstPoint, &clippedSrcRect, &clippedDstPoint)) { in Create()
|
D | GrCopySurfaceBatch.h | 23 static bool ClipSrcRectAndDstPoint(const GrSurface* dst,
|
/external/skia/src/gpu/ |
D | GrContext.cpp | 529 if (!GrCopySurfaceBatch::ClipSrcRectAndDstPoint(dst, src, srcRect, dstPoint, in copySurface()
|