Home
last modified time | relevance | path

Searched refs:xBegin (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp253 const int xBegin = frame->xOffset(); in initializeSwizzler() local
258 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0); in initializeSwizzler()
436 const int xBegin = frameContext->xOffset(); in haveDecodedRow() local
438 const int xEnd = std::min(xBegin + width, this->getInfo().width()); in haveDecodedRow()
442 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
/external/autotest/client/site_tests/graphics_SanAngeles/src/
Ddemo.c487 const int xBegin = -15, xEnd = 15; in createGroundPlane() local
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane()
503 for (x = xBegin; x < xEnd; ++x) in createGroundPlane()
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp98 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp179 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/external/sqlite/dist/
Dsqlite3.h5926 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c6203 int (*xBegin)(sqlite3_vtab *pVTab); member
126095 if( pModule->xBegin ){
126109 rc = pModule->xBegin(pVTab->pVtab);
/external/sqlite/dist/orig/
Dsqlite3.h5926 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c6203 int (*xBegin)(sqlite3_vtab *pVTab); member
126095 if( pModule->xBegin ){
126109 rc = pModule->xBegin(pVTab->pVtab);