HomeSort by relevance Sort by last modified time
    Searched defs:ccw (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_cull.c 77 unsigned ccw = (header->det < 0); local
78 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ?
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_rss.c 150 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/
draw_pipe_cull.c 77 unsigned ccw = (header->det < 0); local
78 unsigned face = ((ccw == cull_stage(stage)->front_ccw) ?
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_rss.c 150 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/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.cpp 330 static bool ccw(const _Point& A, const _Point& B, const _Point& C) { function
336 return ccw(a[0], b[0], b[1]) != ccw(a[1], b[0], b[1])
337 && ccw(a[0], a[1], b[0]) != ccw(a[0], a[1], b[1]);
  /external/chromium_org/third_party/skia/src/core/
SkStrokerPriv.cpp 170 bool ccw; local
180 ccw = !is_clockwise(before, after);
181 if (ccw)
220 if (ccw)
  /external/skia/experimental/Intersection/
LineIntersection.cpp 330 static bool ccw(const _Point& A, const _Point& B, const _Point& C) { function
336 return ccw(a[0], b[0], b[1]) != ccw(a[1], b[0], b[1])
337 && ccw(a[0], a[1], b[0]) != ccw(a[0], a[1], b[1]);
  /external/skia/src/core/
SkStrokerPriv.cpp 170 bool ccw; local
180 ccw = !is_clockwise(before, after);
181 if (ccw)
220 if (ccw)
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 393 static bool ccw(const SkDPoint& A, const SkDPoint& B, const SkDPoint& C) { function
399 return ccw(a[0], b[0], b[1]) != ccw(a[1], b[0], b[1])
400 && ccw(a[0], a[1], b[0]) != ccw(a[0], a[1], b[1]);
  /external/skia/src/pathops/
SkDLineIntersection.cpp 390 static bool ccw(const SkDPoint& A, const SkDPoint& B, const SkDPoint& C) { function
396 return ccw(a[0], b[0], b[1]) != ccw(a[1], b[0], b[1])
397 && ccw(a[0], a[1], b[0]) != ccw(a[0], a[1], b[1]);
  /external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 161 bool ccw = !is_clockwise(v0, v1); local
162 int offset = ccw ? 1 : 0;
166 const SkPoint* pt1 = ccw ? &l2a : &l1a;
  /external/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 161 bool ccw = !is_clockwise(v0, v1); local
162 int offset = ccw ? 1 : 0;
166 const SkPoint* pt1 = ccw ? &l2a : &l1a;
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel))
114 if (ccw(s1, s3, s2)) {
121 if (ccw(s1, s2, s3)) {
493 int CDelaunay::ccw(SitePointer a, SitePointer b, SitePointer c) function in class:CDelaunay
522 while (ccw(orig(ldi), dest(ldi), orig(rdi))) {
525 if (ccw(dest(rdi), orig(rdi), orig(ldi))) {
  /external/chromium_org/third_party/skia/tests/
PathOpsAngleIdeas.cpp 38 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 || upperRange->tMin < tRange.tMin)
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 38 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 || upperRange->tMin < tRange.tMin)
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel))
114 if (ccw(s1, s3, s2)) {
121 if (ccw(s1, s2, s3)) {
493 int CDelaunay::ccw(SitePointer a, SitePointer b, SitePointer c) function in class:CDelaunay
522 while (ccw(orig(ldi), dest(ldi), orig(rdi))) {
525 if (ccw(dest(rdi), orig(rdi), orig(ldi))) {
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel))
114 if (ccw(s1, s3, s2)) {
121 if (ccw(s1, s2, s3)) {
493 int CDelaunay::ccw(SitePointer a, SitePointer b, SitePointer c) function in class:CDelaunay
522 while (ccw(orig(ldi), dest(ldi), orig(rdi))) {
525 if (ccw(dest(rdi), orig(rdi), orig(ldi))) {
  /frameworks/base/libs/hwui/
SpotShadow.cpp 168 while (lUpperSize > 2 && !ccw(
189 while (lLowerSize > 2 && !ccw(
220 bool SpotShadow::ccw(float ax, float ay, float bx, float by, function in class:android::uirenderer::SpotShadow
    [all...]

Completed in 616 milliseconds