Searched refs:endX (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 482 const int endX = SkTMin<int>(x + numPixels, width); in decodeRLE() local 498 while (x < endX) { in decodeRLE() 514 for (int which = 0; x < endX; x++) { in decodeRLE()
|
/third_party/skia/src/codec/ |
D | SkBmpRLECodec.cpp | 485 const int endX = std::min<int>(x + numPixels, width); in decodeRLE() local 501 while (x < endX) { in decodeRLE() 517 for (int which = 0; x < endX; x++) { in decodeRLE()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
D | vktTessellationCommonEdgeTests.cpp | 78 const int endX = static_cast<int>(0.85f * (float)image.getWidth()); in verifyResult() local 83 for (int x = startX; x < endX; ++x) in verifyResult()
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/psp/ |
D | SDL_render_psp.c | 821 float endX = x + width; in PSP_RenderCopy() local 832 float polyWidth = ((curX + slice) > endX) ? (endX - curX) : slice; in PSP_RenderCopy()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuImageCompare.cpp | 104 …const int endX = (acceptOutOfBoundsAsAnyValue) ? (width - maxPositionDeviation.x()) : (width… in findNumPositionDeviationFailingPixels() local 109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug in findNumPositionDeviationFailingPixels() 117 for (int x = beginX; x < endX; x++) in findNumPositionDeviationFailingPixels()
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | canvas.dart | 1901 final double endX = cmd.x3; 1905 minX = math.min(startX, endX); 1907 maxX = math.max(startX, endX); 1916 if (!(((startX < cpX1) && (cpX1 < cpX2) && (cpX2 < endX)) || 1917 ((startX > cpX1) && (cpX1 > cpX2) && (cpX2 > endX)))) { 1922 a = -startX + (3 * (cpX1 - cpX2)) + endX; 1940 (t * t * t * endX); 1953 (t * t * t * endX); 1964 (t * t * t * endX);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1873 const int endX = (int)(0.85f * (float)rendered.getWidth()); in iterate() local 1878 for (int x = startX; x < endX; x++) in iterate()
|
/third_party/boost/libs/hana/doc/js/ |
D | highcharts.js | 17 …h/k].slice();b.splice(b.length/2,0,c,e)}else b.push(c)}var w=b.startX,g=b.endX;c=c&&c.slice();e=e.… 404 …hs(d);d.forEach(function(d,g){var h=d[0],f=e[h],k=f?"animate":"attr";f?(f.endX=e.preventGraphAnima… 451 …});q.forEach(function(q){var v=q[0],p=a[v],t=p?"animate":"attr",I={};p?(p.endX=a.preventGraphAnima…
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | painting.dart | 2881 …void _initConical(double startX, double startY, double startRadius, double endX, double endY, doub…
|