Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkGifCodec.cpp235 const int xBegin = frame->xOffset(); in initializeSwizzler() local
240 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0); in initializeSwizzler()
422 const int xBegin = frameContext->xOffset(); in haveDecodedRow() local
424 const int xEnd = std::min(xBegin + width, this->dimensions().width()); in haveDecodedRow()
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
/external/skqp/src/codec/
DSkGifCodec.cpp235 const int xBegin = frame->xOffset(); in initializeSwizzler() local
240 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0); in initializeSwizzler()
422 const int xBegin = frameContext->xOffset(); in haveDecodedRow() local
424 const int xEnd = std::min(xBegin + width, this->dimensions().width()); in haveDecodedRow()
428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp951 const int xBegin = (col + 0)*dst.getWidth() / numCols; in fillWithRandomColorTiles() local
956 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
/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.cpp114 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
119 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.h6130 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c7154 int (*xBegin)(sqlite3_vtab *pVTab); member
128325 if( pModule->xBegin ){
128339 rc = pModule->xBegin(pVTab->pVtab);
/external/sqlite/dist/orig/
Dsqlite3.h6130 int (*xBegin)(sqlite3_vtab *pVTab); member
Dsqlite3.c7154 int (*xBegin)(sqlite3_vtab *pVTab); member
128309 if( pModule->xBegin ){
128323 rc = pModule->xBegin(pVTab->pVtab);