Searched refs:xBegin (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp151 const int xBegin = frameContext->xOffset(); local
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/
H A Dtest8.c50 ** xBegin xRename
1052 ** xBegin, xSync, xCommit and xRollback callbacks for echo module
1076 if( simulateVtabError(pVtab, "xBegin") ){
1080 rc = echoTransactionCall(tab, "xBegin");
1254 echoBegin, /* xBegin - begin transaction */
H A Dvtab.c799 ** (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);
H A Dsqlite.h.in4600 int (*xBegin)(sqlite3_vtab *pVTab);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp98 const int xBegin = (col+0)*dst.getWidth()/numCols; local
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4605 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5148 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5324 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5439 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5324 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c5439 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]

Completed in 2431 milliseconds