Lines Matching refs:sourceBounds
43 gl::Rectangle sourceBounds; member
65 bounds.sourceBounds = gl::Rectangle(0, 0, readSize.width, readSize.height); in GetBlitFramebufferBounds()
1011 if (!bounds.sourceBounds.encloses(bounds.sourceRegion)) in adjustSrcDstRegion()
1027 while (sourceClippedWidth > 2 * bounds.sourceBounds.width) in adjustSrcDstRegion()
1034 while (sourceClippedHeight > 2 * bounds.sourceBounds.height) in adjustSrcDstRegion()
1051 if (left >= 0 && left < bounds.sourceBounds.width) in adjustSrcDstRegion()
1056 else if (right > 0 && right <= bounds.sourceBounds.width) in adjustSrcDstRegion()
1069 if (top >= 0 && top < bounds.sourceBounds.height) in adjustSrcDstRegion()
1074 else if (bottom > 0 && bottom <= bounds.sourceBounds.height) in adjustSrcDstRegion()
1152 if (!bounds.sourceBounds.encloses(bounds.sourceRegion)) in clipSrcRegion()
1157 if (!ClipRectangle(bounds.sourceRegion, bounds.sourceBounds, &realSourceRegion)) in clipSrcRegion()