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

  /external/skia/third_party/glu/libtess/
tessmono.c 105 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( lo->Lnext, lo );
106 if (tempHalfEdge == NULL) return 0;
107 lo = tempHalfEdge->Sym;
114 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( up, up->Lprev );
115 if (tempHalfEdge == NULL) return 0;
116 up = tempHalfEdge->Sym;
127 GLUhalfEdge *tempHalfEdge= __gl_meshConnect( lo->Lnext, lo );
128 if (tempHalfEdge == NULL) return 0;
129 lo = tempHalfEdge->Sym;
mesh.c 476 GLUhalfEdge *tempHalfEdge= __gl_meshAddEdgeVertex( eOrg );
477 if (tempHalfEdge == NULL) return NULL;
479 eNew = tempHalfEdge->Sym;
sweep.c     [all...]

Completed in 529 milliseconds