Home
last modified time | relevance | path

Searched refs:xBegin (Results 1 – 7 of 7) 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/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.h7104 int (*xBegin)(sqlite3_vtab *pVTab); member
/third_party/chromium/patch/
D0003-ohos-1115.patch86704 - 0, /* xBegin */
87462 - 0, /* xBegin */
88216 + 0, /* xBegin */
91236 + 0, /* xBegin */
92051 0, /* xBegin */
125119 - 0, /* xBegin */
125877 - 0, /* xBegin */
126631 + 0, /* xBegin */
129651 + 0, /* xBegin */
130466 0, /* xBegin */
[all …]