Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkGifCodec.cpp535 const int yBegin = frameContext->yOffset() + rowNumber; in haveDecodedRow() local
542 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
547 int dstRow = yBegin; in haveDecodedRow()
555 const int potentialRow = yBegin + i; in haveDecodedRow()
582 SkASSERT(this->dstInfo().height() >= yBegin); in haveDecodedRow()
583 repeatCount = SkTMin(repeatCount, (unsigned) (this->dstInfo().height() - yBegin)); in haveDecodedRow()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c486 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/
Des31fTextureGatherTests.cpp96 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/
DvktShaderRenderTextureGatherTests.cpp177 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()