Home
last modified time | relevance | path

Searched refs:sourceClippedWidth (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFramebufferGL.cpp1027 GLint sourceClippedWidth = bounds.sourceRegion.width; in adjustSrcDstRegion() local
1028 while (sourceClippedWidth > 2 * bounds.sourceBounds.width) in adjustSrcDstRegion()
1030 sourceClippedWidth = sourceClippedWidth / 2; in adjustSrcDstRegion()
1060 sourceOriginX = right - sourceClippedWidth; in adjustSrcDstRegion()
1065 extraXOffset = (bounds.sourceRegion.width - sourceClippedWidth) / 2; in adjustSrcDstRegion()
1101 checkedXOffset = (bounds.sourceRegion.x1() - (sourceOriginX + sourceClippedWidth) + in adjustSrcDstRegion()
1119 gl::Rectangle(sourceOriginX, sourceOriginY, sourceClippedWidth, sourceClippedHeight); in adjustSrcDstRegion()