Searched refs:ccw (Results 1 - 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state_rss.c150 int cw, ccw; local
157 ccw = 0;
161 ccw = 1;
175 EMIT_RS( svga, curr->stencil[ccw].func, CCWSTENCILFUNC, fail );
176 EMIT_RS( svga, curr->stencil[ccw].fail, CCWSTENCILFAIL, fail );
177 EMIT_RS( svga, curr->stencil[ccw].zfail, CCWSTENCILZFAIL, fail );
178 EMIT_RS( svga, curr->stencil[ccw].pass, CCWSTENCILPASS, fail );
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_cull.c77 unsigned ccw = (header->det < 0); local
78 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ?
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp38 bool ccw; member in struct:TRange
159 1 if no overlap ccw
249 result->ccw = refCCW;
311 SkDebugf("u bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
312 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
315 if (bestCCW >= 0 && bestCCW != (int) tRange.ccw) {
323 bestCCW = tRange.ccw;
346 SkDebugf("l bestCCW=%d ccw=%d bestMin=%1.9g:%1.9g r=%1.9g tMin=%1.9g\n",
347 bestCCW, tRange.ccw, lowerRange->tMin, upperRange->tMin, r,
350 if (bestCCW != (int) tRange.ccw || upperRang
389 bruteForce(skiatest::Reporter* reporter, const SkDQuad& quad1, const SkDQuad& quad2, bool ccw) argument
401 bruteForceCheck(skiatest::Reporter* reporter, const SkDQuad& quad1, const SkDQuad& quad2, bool ccw) argument
[all...]
/external/skia/src/core/
H A DSkStrokerPriv.cpp161 bool ccw; local
171 ccw = !is_clockwise(before, after);
172 if (ccw)
211 if (ccw)
/external/skia/src/pathops/
H A DSkPathOpsWinding.cpp271 bool ccw = ccw_dxdy(hit->fSlope, dir); local
272 SkDebugf("%s [%d] valid=%d operand=%d span=%d ccw=%d ", __FUNCTION__, index,
273 hit->fValid, operand, span ? span->debugID() : -1, ccw);
289 bool ccw = ccw_dxdy(hit->fSlope, dir); local
314 int windValue = ccw ? -span->windValue() : span->windValue();
315 int oppValue = ccw ? -span->oppValue() : span->oppValue();
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp161 bool ccw = !is_clockwise(v0, v1);
162 int offset = ccw ? 1 : 0;
166 const SkPoint* pt1 = ccw ? &l2a : &l1a;
/external/skia/gm/
H A Daddarc.cpp169 SkScalar end, bool ccw) {
171 SkScalar sweep = ccw ? end - start : start - end;
168 html_canvas_arc(SkPath* path, SkScalar x, SkScalar y, SkScalar r, SkScalar start, SkScalar end, bool ccw) argument
/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_math_stroke.h57 bool ccw = da > 0 && da < FX_PI;
63 if(!ccw) {

Completed in 401 milliseconds