Home
last modified time | relevance | path

Searched refs:ccw (Results 1 – 11 of 11) sorted by relevance

/external/skia/tests/
DPathOpsAngleIdeas.cpp38 bool ccw; member
249 result->ccw = refCCW; in orderTRange()
312 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT()
315 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) { in bruteMinT()
323 bestCCW = tRange.ccw; in bruteMinT()
347 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r, in bruteMinT()
350 if (bestCCW != (int) tRange.ccw || upperRange->tMin < tRange.tMin) { in bruteMinT()
351 bestCCW = tRange.ccw; in bruteMinT()
390 bool ccw) { in bruteForce() argument
398 REPORTER_ASSERT(reporter, angle > 3.998 || ccw == upperRange.ccw); in bruteForce()
[all …]
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_rss.c150 int cw, ccw; in emit_rss() local
157 ccw = 0; in emit_rss()
161 ccw = 1; in emit_rss()
175 EMIT_RS( svga, curr->stencil[ccw].func, CCWSTENCILFUNC, fail ); in emit_rss()
176 EMIT_RS( svga, curr->stencil[ccw].fail, CCWSTENCILFAIL, fail ); in emit_rss()
177 EMIT_RS( svga, curr->stencil[ccw].zfail, CCWSTENCILZFAIL, fail ); in emit_rss()
178 EMIT_RS( svga, curr->stencil[ccw].pass, CCWSTENCILPASS, fail ); in emit_rss()
/external/skia/src/core/
DSkStrokerPriv.cpp161 bool ccw; in MiterJoiner() local
171 ccw = !is_clockwise(before, after); in MiterJoiner()
172 if (ccw) in MiterJoiner()
211 if (ccw) in MiterJoiner()
/external/skia/src/pathops/
DSkPathOpsWinding.cpp271 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
273 hit->fValid, operand, span ? span->debugID() : -1, ccw); in sortableTop()
289 bool ccw = ccw_dxdy(hit->fSlope, dir); in sortableTop() local
314 int windValue = ccw ? -span->windValue() : span->windValue(); in sortableTop()
315 int oppValue = ccw ? -span->oppValue() : span->oppValue(); in sortableTop()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_cull.c77 unsigned ccw = (header->det < 0); in cull_tri() local
78 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ? in cull_tri()
/external/skia/experimental/StrokePathRenderer/
DGrStrokePathRenderer.cpp161 bool ccw = !is_clockwise(v0, v1);
162 int offset = ccw ? 1 : 0;
166 const SkPoint* pt1 = ccw ? &l2a : &l1a;
/external/skia/gm/
Daddarc.cpp169 SkScalar end, bool ccw) {
171 SkScalar sweep = ccw ? end - start : start - end;
/external/pdfium/core/src/fxge/agg/agg23/
Dagg_math_stroke.h57 bool ccw = da > 0 && da < FX_PI; in stroke_calc_arc() local
63 if(!ccw) { in stroke_calc_arc()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt32 + Winding modes (cw, ccw)
87 ("cw" or "ccw") input layout qualifier in the TES. Back face culling is enabled.
/external/jpeg/
Dusage.doc439 -rotate 270 Rotate image 270 degrees clockwise (or 90 ccw).
/external/skia/src/animator/
DSkAnimateSchema.xsd562 <!-- @pattern ccw The path is traveled counterclockwise. -->
563 <xs:pattern value="ccw"/>