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

/external/skia/src/codec/
H A DSkGifCodec.cpp246 const int xBegin = frame->xOffset(); local
251 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0);
442 const int xBegin = frameContext->xOffset(); local
444 const int xEnd = std::min(xBegin + width, this->getInfo().width());
446 // FIXME: No need to make the checks on width/xBegin/xEnd for every row. We could instead do
448 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
/external/skqp/src/codec/
H A DSkGifCodec.cpp246 const int xBegin = frame->xOffset(); local
251 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0);
442 const int xBegin = frameContext->xOffset(); local
444 const int xEnd = std::min(xBegin + width, this->getInfo().width());
446 // FIXME: No need to make the checks on width/xBegin/xEnd for every row. We could instead do
448 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Ddemo.c487 const int xBegin = -15, xEnd = 15; local
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
503 for (x = xBegin; x < xEnd; ++x)
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemShaderImageAccessTests.cpp470 const int xBegin = (col + 0)*dst.getWidth() / numCols; local
475 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp114 const int xBegin = (col+0)*dst.getWidth()/numCols; local
119 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
/external/sqlite/dist/orig/
H A Dsqlite3.h6130 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c7154 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6130 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
H A Dsqlite3.c7154 int (*xBegin)(sqlite3_vtab *pVTab); member in struct:sqlite3_module
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp179 const int xBegin = (col+0)*dst.getWidth()/numCols; local
184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);

Completed in 869 milliseconds