Searched refs:srcGLRect (Results 1 – 1 of 1) sorted by relevance
3755 GrGLIRect srcGLRect; in copySurfaceAsCopyTexSubImage() local3756 srcGLRect.setRelativeTo(srcVP, in copySurfaceAsCopyTexSubImage()3767 dstY = dst->height() - (dstPoint.fY + srcGLRect.fHeight); in copySurfaceAsCopyTexSubImage()3773 srcGLRect.fLeft, srcGLRect.fBottom, in copySurfaceAsCopyTexSubImage()3774 srcGLRect.fWidth, srcGLRect.fHeight)); in copySurfaceAsCopyTexSubImage()3800 GrGLIRect srcGLRect; in copySurfaceAsBlitFramebuffer() local3802 srcGLRect.setRelativeTo(srcVP, in copySurfaceAsBlitFramebuffer()3822 srcY0 = srcGLRect.fBottom; in copySurfaceAsBlitFramebuffer()3823 srcY1 = srcGLRect.fBottom + srcGLRect.fHeight; in copySurfaceAsBlitFramebuffer()3825 srcY0 = srcGLRect.fBottom + srcGLRect.fHeight; in copySurfaceAsBlitFramebuffer()[all …]