HomeSort by relevance Sort by last modified time
    Searched refs:yBegin (Results 1 - 6 of 6) sorted by null

  /external/skia/src/codec/
SkGifCodec.cpp 423 const int yBegin = frameContext->yOffset() + rowNumber;
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height());
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
431 // yBegin is the first row in the non-sampled image. dstRow will be the row in the output,
433 int dstRow = yBegin;
441 const int potentialRow = yBegin + i;
468 SkASSERT(this->dstInfo().height() >= yBegin);
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin);
  /external/skqp/src/codec/
SkGifCodec.cpp 423 const int yBegin = frameContext->yOffset() + rowNumber;
425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height());
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
431 // yBegin is the first row in the non-sampled image. dstRow will be the row in the output,
433 int dstRow = yBegin;
441 const int potentialRow = yBegin + i;
468 SkASSERT(this->dstInfo().height() >= yBegin);
469 repeatCount = SkTMin(repeatCount, this->dstInfo().height() - yBegin);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
501 for (y = yBegin; y < yEnd; ++y)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemUtils.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 112 const int yBegin = (row+0)*dst.getHeight()/numRows;
119 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 177 const int yBegin = (row+0)*dst.getHeight()/numRows;
184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]

Completed in 697 milliseconds