Home
last modified time | relevance | path

Searched defs:ccw (Results 1 – 25 of 31) 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/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c82 unsigned ccw = (header->det < 0); in cull_tri() local
Ddraw_pipe_offset.c157 boolean ccw = header->det < 0.0f; in offset_first_tri() local
/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/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/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c167 int cw, ccw; in emit_rss_vgpu9() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_emit.c222 unsigned ccw = ctx->rasterizer->front_ccw; in etna_emit_state() 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/skqp/src/core/
DSkStrokerPriv.cpp148 bool ccw; in MiterJoiner() local
/external/skia/modules/canvaskit/
Dcanvaskit_bindings.cpp204 void ApplyAddOval(SkPath& orig, const SkRect& oval, bool ccw, unsigned start) { in ApplyAddOval()
221 SkScalar right, SkScalar bottom, bool ccw) { in ApplyAddRect()
227 bool ccw) { in ApplyAddRoundRect()
245 bool useSmallArc, bool ccw, SkScalar x, SkScalar y) { in ApplyArcToArcSize()
252 bool useSmallArc, bool ccw, SkScalar dx, SkScalar dy) { in ApplyRArcToArcSize()
/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c332 int ccw = ctx->rasterizer->base.front_ccw; in lima_pack_plbu_cmd() local

12