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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 151 const int xBegin = frameContext->xOffset();
155 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
171 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin);
172 ImageFrame::PixelData* currentAddress = buffer.getAddr(xBegin, yBegin);
208 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 50 ** xBegin xRename
1052 ** xBegin, xSync, xCommit and xRollback callbacks for echo module
1076 if( simulateVtabError(pVtab, "xBegin") ){
1080 rc = echoTransactionCall(tab, "xBegin");
    [all...]
vtab.c 799 ** (xBegin/xRollback/xCommit and optionally xSync) and a transaction is
800 ** not currently open, invoke the xBegin method now.
802 ** If the xBegin call is successful, place the sqlite3_vtab pointer
822 if( pModule->xBegin ){
833 /* Invoke the xBegin method */
834 rc = pModule->xBegin(pVTab->pVtab);
sqlite.h.in     [all...]
  /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/native/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/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 98 const int xBegin = (col+0)*dst.getWidth()/numCols;
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 297 milliseconds