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

  /external/skia/src/core/
SkStrokerPriv.cpp 182 bool ccw; local
192 ccw = !is_clockwise(before, after);
193 if (ccw)
232 if (ccw)
  /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))) {
Delaunay.h 98 int ccw(SitePointer a, SitePointer b, SitePointer c);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp 1719 GLint ccw = (mState.frontFace == GL_CCW); local
    [all...]

Completed in 120 milliseconds