Home
last modified time | relevance | path

Searched defs:ccw (Results 1 – 25 of 29) sorted by relevance

12

/external/skqp/experimental/canvaskit/htmlcanvas/
Dpath2d.js3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { argument
61 startAngle, endAngle, ccw) { argument
169 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
186 startAngle, endAngle, ccw) { argument
Dcanvas2dcontext.js491 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
623 startAngle, endAngle, ccw) { argument
/external/skia/modules/canvaskit/htmlcanvas/
Dpath2d.js3 function arc(skpath, x, y, radius, startAngle, endAngle, ccw) { argument
61 startAngle, endAngle, ccw) { argument
169 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
186 startAngle, endAngle, ccw) { argument
Dcanvas2dcontext.js491 this.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
623 startAngle, endAngle, ccw) { argument
/external/skia/modules/pathkit/
Dchaining.js52 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
97 ….SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) { argument
Dexterns.js42 _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
Dpathkit_wasm_bindings.cpp325 SkScalar startAngle, SkScalar endAngle, bool ccw) { in ApplyAddArc()
334 SkScalar rotation, SkScalar startAngle, SkScalar endAngle, bool ccw) { in ApplyEllipse()
/external/skqp/modules/pathkit/
Dchaining.js52 PathKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
97 ….SkPath.prototype.ellipse = function(x, y, radiusX, radiusY, rotation, startAngle, endAngle, ccw) { argument
Dexterns.js42 _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
Dpathkit_wasm_bindings.cpp325 SkScalar startAngle, SkScalar endAngle, bool ccw) { in ApplyAddArc()
334 SkScalar rotation, SkScalar startAngle, SkScalar endAngle, bool ccw) { in ApplyEllipse()
/external/skqp/tests/
DPathOpsAngleIdeas.cpp38 bool ccw; member
395 bool ccw) { in bruteForce()
407 const SkDQuad& quad2, bool ccw) { in bruteForceCheck()
800 bool ccw) { in midPointAgrees()
834 bool ccw = s0xt0 < 0; in DEF_TEST() local
/external/skia/tests/
DPathOpsAngleIdeas.cpp38 bool ccw; member
395 bool ccw) { in bruteForce()
407 const SkDQuad& quad2, bool ccw) { in bruteForceCheck()
800 bool ccw) { in midPointAgrees()
834 bool ccw = s0xt0 < 0; in DEF_TEST() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_offset.c157 boolean ccw = header->det < 0.0f; in offset_first_tri() local
Ddraw_pipe_cull.c175 unsigned ccw = (header->det < 0); in cull_tri() local
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c150 int cw, ccw; in emit_rss_vgpu9() local
/external/skqp/src/pathops/
DSkPathOpsWinding.cpp280 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
298 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
DSkOpContour.h313 void setCcw(int ccw) { in setCcw()
/external/skia/src/pathops/
DSkPathOpsWinding.cpp280 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
298 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
DSkOpContour.h313 void setCcw(int ccw) { in setCcw()
/external/skqp/src/core/
DSkStrokerPriv.cpp148 bool ccw; in MiterJoiner() local
/external/pdfium/third_party/agg23/
Dagg_math_stroke.h57 bool ccw = da > 0 && da < FX_PI; in stroke_calc_arc() local
/external/skia/src/core/
DSkStrokerPriv.cpp148 bool ccw; in MiterJoiner() local
/external/mesa3d/src/compiler/
Dshader_info.h179 bool ccw; member
/external/skia/modules/canvaskit/
Dinterface.js230 CanvasKit.SkPath.prototype.arc = function(x, y, radius, startAngle, endAngle, ccw) { argument
/external/skqp/experimental/canvaskit/
Dcanvaskit_bindings.cpp169 SkScalar right, SkScalar bottom, bool ccw) { in ApplyAddRect()
177 bool ccw) { in ApplyAddRoundRect()

12