Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp240 const int xBegin = frame->xOffset(); in initializeSwizzler() local
245 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0); in initializeSwizzler()
427 const int xBegin = frameContext->xOffset(); in haveDecodedRow() local
429 const int xEnd = std::min(xBegin + width, this->dimensions().width()); in haveDecodedRow()
433 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
/third_party/flutter/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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateInheritanceTests.cpp881 deInt32 xBegin = deInt32(floorf(xf[0] + 0.5f)); in rasterizeExpectedResults() local
890 xBegin = clamp(xBegin, xsLow, xsHigh); in rasterizeExpectedResults()
898 xBegin = clamp(xBegin, 0, kWidth); in rasterizeExpectedResults()
905 for (deInt32 x = xBegin; x < xEnd; ++x) in rasterizeExpectedResults()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.cpp907 const int xBegin = (col + 0)*dst.getWidth() / numCols; in fillWithRandomColorTiles() local
912 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp115 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
120 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp183 const int xBegin = (col+0)*dst.getWidth()/numCols; in fillWithRandomColorTiles() local
187 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
/third_party/sqlite/include/
Dsqlite3.h6997 int (*xBegin)(sqlite3_vtab *pVTab); member
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch81301 - 0, /* xBegin */
82059 - 0, /* xBegin */
82813 + 0, /* xBegin */
85833 + 0, /* xBegin */
86648 0, /* xBegin */
118936 - 0, /* xBegin */
119694 - 0, /* xBegin */
120448 + 0, /* xBegin */
123468 + 0, /* xBegin */
124283 0, /* xBegin */
[all …]
/third_party/sqlite/src/
Dsqlite3.c7310 int (*xBegin)(sqlite3_vtab *pVTab); member
146120 if( pModule->xBegin ){
146134 rc = pModule->xBegin(pVTab->pVtab);