Searched refs:destClippedHeight (Results 1 – 1 of 1) sorted by relevance
910 GLint destClippedHeight = bounds.destRegion.height; in adjustSrcDstRegion() local911 while (destClippedHeight > 2 * bounds.destBounds.height) in adjustSrcDstRegion()913 destClippedHeight = destClippedHeight / 2; in adjustSrcDstRegion()954 destOriginY = bottom - destClippedHeight; in adjustSrcDstRegion()959 extraYOffset = (bounds.destRegion.height - destClippedHeight) / 2; in adjustSrcDstRegion()981 (bounds.destRegion.y1() - (destOriginY + destClippedHeight) + extraYOffset / 2); in adjustSrcDstRegion()993 gl::Rectangle(destOriginX, destOriginY, destClippedWidth, destClippedHeight); in adjustSrcDstRegion()