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

  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 149 const int xBegin = frameContext->xOffset();
153 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
169 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin);
170 ImageFrame::PixelData* currentAddress = buffer.getAddr(xBegin, yBegin);
206 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/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 1371 milliseconds