Searched refs:xBegin (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/codec/ |
D | SkGifCodec.cpp | 253 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/ |
D | demo.c | 487 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/ |
D | es31fTextureGatherTests.cpp | 98 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 179 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/ |
D | sqlite3.h | 5926 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 6203 int (*xBegin)(sqlite3_vtab *pVTab); member 126095 if( pModule->xBegin ){ 126109 rc = pModule->xBegin(pVTab->pVtab);
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 5926 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 6203 int (*xBegin)(sqlite3_vtab *pVTab); member 126095 if( pModule->xBegin ){ 126109 rc = pModule->xBegin(pVTab->pVtab);
|