Searched refs:destClippedHeight (Results 1 – 1 of 1) sorted by relevance
909 GLint destClippedHeight = bounds.destRegion.height; in adjustSrcDstRegion() local910 while (destClippedHeight > 2 * bounds.destBounds.height) in adjustSrcDstRegion()912 destClippedHeight = destClippedHeight / 2; in adjustSrcDstRegion()953 destOriginY = bottom - destClippedHeight; in adjustSrcDstRegion()958 extraYOffset = (bounds.destRegion.height - destClippedHeight) / 2; in adjustSrcDstRegion()980 (bounds.destRegion.y1() - (destOriginY + destClippedHeight) + extraYOffset / 2); in adjustSrcDstRegion()992 gl::Rectangle(destOriginX, destOriginY, destClippedWidth, destClippedHeight); in adjustSrcDstRegion()