/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/flutter/skia/src/codec/ |
D | SkGifCodec.cpp | 235 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/ |
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 | 6997 int (*xBegin)(sqlite3_vtab *pVTab); member
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 81301 - 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/ |
D | sqlite3.c | 7310 int (*xBegin)(sqlite3_vtab *pVTab); member 146120 if( pModule->xBegin ){ 146134 rc = pModule->xBegin(pVTab->pVtab);
|