Searched refs:xBegin (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/codec/ |
D | SkGifCodec.cpp | 272 const int xBegin = frame->xOffset(); in initializeSwizzler() local 278 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0); in initializeSwizzler() 534 const int xBegin = frameContext->xOffset(); in haveDecodedRow() local 542 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 | 5868 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 6145 int (*xBegin)(sqlite3_vtab *pVTab); member 125474 if( pModule->xBegin ){ 125488 rc = pModule->xBegin(pVTab->pVtab);
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 5868 int (*xBegin)(sqlite3_vtab *pVTab); member
|
D | sqlite3.c | 6145 int (*xBegin)(sqlite3_vtab *pVTab); member 125474 if( pModule->xBegin ){ 125488 rc = pModule->xBegin(pVTab->pVtab);
|