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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 152 const int yBegin = frameContext->yOffset() + rowNumber;
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);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /frameworks/native/opengl/tests/angeles/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 96 const int yBegin = (row+0)*dst.getHeight()/numRows;
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]

Completed in 323 milliseconds