Searched refs:yBegin (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/codec/ |
D | SkGifCodec.cpp | 437 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local 439 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->getInfo().height()); in haveDecodedRow() 442 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow() 447 int dstRow = yBegin; in haveDecodedRow() 455 const int potentialRow = yBegin + i; in haveDecodedRow() 482 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow() 483 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local 488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() 501 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 96 const int yBegin = (row+0)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 177 const int yBegin = (row+0)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|