Searched refs:yBegin (Results 1 – 7 of 7) sorted by relevance
/external/skia/third_party/libgifcodec/ |
D | SkLibGifCodec.cpp | 428 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local 430 const int yEnd = std::min(yBegin + repeatCount, this->dimensions().height()); in haveDecodedRow() 433 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow() 438 int dstRow = yBegin; in haveDecodedRow() 446 const int potentialRow = yBegin + i; in haveDecodedRow() 473 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow() 474 repeatCount = std::min(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
|
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 423 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local 425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow() 428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow() 433 int dstRow = yBegin; in haveDecodedRow() 441 const int potentialRow = yBegin + i; in haveDecodedRow() 468 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow() 469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin); in haveDecodedRow()
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateInheritanceTests.cpp | 883 deInt32 yBegin = deInt32(floorf(yf[0] + 0.5f)); in rasterizeExpectedResults() local 894 yBegin = clamp(yBegin, ysLow, ysHigh); in rasterizeExpectedResults() 900 yBegin = clamp(yBegin, 0, kHeight); in rasterizeExpectedResults() 907 for (deInt32 y = yBegin; y < yEnd; ++y) in rasterizeExpectedResults()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 905 const int yBegin = (row + 0)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local 912 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
|
/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 | 113 const int yBegin = (row+0)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 120 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 | 181 const int yBegin = (row+0)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 187 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|