Searched refs:xBegin (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 240 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/ |
D | vktDynamicStateInheritanceTests.cpp | 881 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/ |
D | vktProtectedMemUtils.cpp | 907 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/ |
D | es31fTextureGatherTests.cpp | 115 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/ |
D | vktShaderRenderTextureGatherTests.cpp | 183 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/ |
D | sqlite3.h | 7104 int (*xBegin)(sqlite3_vtab *pVTab); member
|
/third_party/chromium/patch/ |
D | 0003-ohos-1115.patch | 86704 - 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 …]
|