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

  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageDecoder.cpp 148 const int yBegin = frameContext->yOffset() + rowNumber;
151 if (rowBuffer.isEmpty() || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
169 ImageFrame::PixelData* currentAddress = buffer.getAddr(xBegin, yBegin);
205 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)

Completed in 447 milliseconds