Searched defs:yBegin (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp152 const int yBegin = frameContext->yOffset() + rowNumber; local
155 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
172 ImageFrame::PixelData* currentAddress = buffer.getAddr(xBegin, yBegin);
208 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp96 const int yBegin = (row+0)*dst.getHeight()/numRows; local
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);

Completed in 330 milliseconds