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

  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 299 int xBegin = upperBoundScaledX(frameReader->x_offset);
301 int xEnd = lowerBoundScaledX(std::min(xBegin + static_cast<int>(rowEnd - rowBuffer), size().width()) - 1, xBegin + 1) + 1;
303 if (!rowBuffer || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
325 for (int x = xBegin; x < xEnd; ++x) {
346 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 349 const int xBegin = -15, xEnd = 15;
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)
  /frameworks/base/opengl/tests/angeles/
demo.c 349 const int xBegin = -15, xEnd = 15;
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/sqlite/dist/
sqlite3.h.orig     [all...]
sqlite3.h     [all...]
sqlite3.c     [all...]
sqlite3.c.orig     [all...]

Completed in 516 milliseconds