/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { argument 6 ellipse(skpath, x, y, radius, radius, 0, startAngle, endAngle, ccw); 61 startAngle, endAngle, ccw) { argument 80 if (!ccw && (endAngle - startAngle) >= tao) { 83 } else if (ccw && (startAngle - endAngle) >= tao) { 86 } else if (!ccw && startAngle > endAngle) { 88 } else if (ccw && startAngle < endAngle) { 169 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument 170 arc(this._path, x, y, radius, startAngle, endAngle, ccw); 186 startAngle, endAngle, ccw) { argument [all …]
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | path2d.js | 3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { argument 6 ellipse(skpath, x, y, radius, radius, 0, startAngle, endAngle, ccw); 61 startAngle, endAngle, ccw) { argument 80 if (!ccw && (endAngle - startAngle) >= tao) { 83 } else if (ccw && (startAngle - endAngle) >= tao) { 86 } else if (!ccw && startAngle > endAngle) { 88 } else if (ccw && startAngle < endAngle) { 170 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument 171 arc(this._path, x, y, radius, startAngle, endAngle, ccw); 187 startAngle, endAngle, ccw) { argument [all …]
|
/third_party/flutter/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 38 bool ccw; member 251 result->ccw = refCCW; in orderTRange() 314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 317 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) { in bruteMinT() 325 bestCCW = tRange.ccw; in bruteMinT() 352 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 355 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin) { in bruteMinT() 356 bestCCW = tRange.ccw; in bruteMinT() 395 bool ccw) { in bruteForce() argument 403 REPORTER_ASSERT(reporter, angle > 3.998 || ccw == upperRange.ccw); in bruteForce() [all …]
|
/third_party/skia/tests/ |
D | PathOpsAngleIdeas.cpp | 38 bool ccw; member 251 result->ccw = refCCW; in orderTRange() 314 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 317 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) { in bruteMinT() 325 bestCCW = tRange.ccw; in bruteMinT() 349 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT() 352 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin) { in bruteMinT() 353 bestCCW = tRange.ccw; in bruteMinT() 392 bool ccw) { in bruteForce() argument 400 REPORTER_ASSERT(reporter, angle > 3.998 || ccw == upperRange.ccw); in bruteForce() [all …]
|
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/ |
D | star_comb.cpp | 78 bool ccw = false; in main() local 90 ("ccw", po::value<bool>(&ccw)->default_value(false), "Counter clockwise polygons") in main() 110 if (ccw && open) in main() 114 else if (ccw) in main()
|
D | intersects.cpp | 115 bool ccw = false; in main() local 125 ("ccw", po::value<bool>(&ccw)->default_value(false), "Counter clockwise polygons") in main() 141 if (ccw && open) in main() 145 else if (ccw) in main()
|
D | interior_triangles.cpp | 103 bool ccw = false; in main() local 114 ("ccw", po::value<bool>(&ccw)->default_value(false), "Counter clockwise polygons") in main() 130 if (ccw && open) in main() 134 else if (ccw) in main()
|
D | recursive_polygons.cpp | 153 bool ccw = false; in main() local 167 ("ccw", po::value<bool>(&ccw)->default_value(false), "Counter clockwise polygons") in main() 187 if (ccw && open) in main() 191 else if (ccw) in main()
|
D | random_ellipses_stars.cpp | 198 bool ccw = false; in main() local 207 ("ccw", po::value<bool>(&ccw)->default_value(false), "Counter clockwise polygons") in main() 224 if (ccw && open) in main() 228 else if (ccw) in main()
|
D | intersection_pies.cpp | 247 bool ccw = false; in main() local 255 ("ccw", po::value<bool>(&ccw)->default_value(false), "Counter clockwise polygons") in main() 272 if (ccw && open) in main() 276 else if (ccw) in main()
|
/third_party/flutter/skia/modules/pathkit/ |
D | externs.js | 42 _arc: function(x, y, radius, startAngle, endAngle, ccw) {}, argument 49 _ellipse: function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) {}, argument 90 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) {}; argument 98 …kPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) {}; argument
|
D | chaining.js | 52 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument 53 this._arc(x, y, radius, startAngle, endAngle, !!ccw); 97 ….SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) { argument 98 this._ellipse(x, y, radiusX, radiusY, rotation, startAngle, endAngle, !!ccw);
|
/third_party/skia/modules/pathkit/ |
D | externs.js | 42 _arc: function(x, y, radius, startAngle, endAngle, ccw) {}, argument 49 _ellipse: function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) {}, argument 90 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) {}; argument 98 …kPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) {}; argument
|
D | chaining.js | 52 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument 53 this._arc(x, y, radius, startAngle, endAngle, !!ccw); 97 ….SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) { argument 98 this._ellipse(x, y, radiusX, radiusY, rotation, startAngle, endAngle, !!ccw);
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_rss.c | 167 int cw, ccw; in emit_rss_vgpu9() local 174 ccw = 0; in emit_rss_vgpu9() 178 ccw = 1; in emit_rss_vgpu9() 192 EMIT_RS(svga, curr->stencil[ccw].func, CCWSTENCILFUNC); in emit_rss_vgpu9() 193 EMIT_RS(svga, curr->stencil[ccw].fail, CCWSTENCILFAIL); in emit_rss_vgpu9() 194 EMIT_RS(svga, curr->stencil[ccw].zfail, CCWSTENCILZFAIL); in emit_rss_vgpu9() 195 EMIT_RS(svga, curr->stencil[ccw].pass, CCWSTENCILPASS); in emit_rss_vgpu9()
|
/third_party/flutter/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 280 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 282 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop() 298 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 324 int windValue = ccw ? -span->windValue() : span->windValue(); in sortableTop() 325 int oppValue = ccw ? -span->oppValue() : span->oppValue(); in sortableTop() 356 hitSegment->contour()->setCcw(ccw); in sortableTop()
|
/third_party/skia/src/pathops/ |
D | SkPathOpsWinding.cpp | 281 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 283 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop() 299 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local 325 int windValue = ccw ? -span->windValue() : span->windValue(); in sortableTop() 326 int oppValue = ccw ? -span->oppValue() : span->oppValue(); in sortableTop() 357 hitSegment->contour()->setCcw(ccw); in sortableTop()
|
/third_party/skia/src/core/ |
D | SkStrokerPriv.cpp | 148 bool ccw; in MiterJoiner() local 158 ccw = !is_clockwise(before, after); in MiterJoiner() 159 if (ccw) { in MiterJoiner() 194 if (ccw) { in MiterJoiner()
|
/third_party/flutter/skia/src/core/ |
D | SkStrokerPriv.cpp | 148 bool ccw; in MiterJoiner() local 158 ccw = !is_clockwise(before, after); in MiterJoiner() 159 if (ccw) { in MiterJoiner() 194 if (ccw) { in MiterJoiner()
|
/third_party/boost/libs/geometry/test/robustness/overlay/buffer/ |
D | recursive_polygons_buffer.cpp | 300 bool ccw = false; in main() local 314 ("ccw", po::value<bool>(&ccw)->default_value(false), "Counter clockwise polygons") in main() 337 if (ccw && open) in main() 341 else if (ccw) in main()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_pipe_cull.c | 82 unsigned ccw = (header->det < 0); in cull_tri() local 83 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ? in cull_tri()
|
/third_party/boost/libs/geometry/test/ |
D | geometry_test_common.hpp | 131 bool const ccw = in type_for_assert_message() local 140 << (ccw ? " ccw" : "") in type_for_assert_message()
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/tese/ |
D | ccw.tese | 3 layout(triangles, ccw, fractional_even_spacing) in;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/tese/ |
D | ccw.tese | 3 layout(triangles, ccw, fractional_even_spacing) in;
|
/third_party/skia/third_party/externals/spirv-cross/shaders/tese/ |
D | ccw.tese | 4 layout(ccw, triangles, fractional_even_spacing) in;
|