Home
last modified time | relevance | path

Searched refs:__gl_meshSplice (Results 1 – 5 of 5) sorted by relevance

/external/skia/third_party/glu/libtess/
Dsweep.c330 if ( !__gl_meshSplice( e->Oprev, e ) ) longjmp(tess->env,1); in FinishLeftRegions()
331 if ( !__gl_meshSplice( ePrev, e ) ) longjmp(tess->env,1); in FinishLeftRegions()
383 if ( !__gl_meshSplice( e->Oprev, e ) ) longjmp(tess->env,1); in AddRightEdges()
384 if ( !__gl_meshSplice( ePrev->Oprev, e ) ) longjmp(tess->env,1); in AddRightEdges()
452 if ( !__gl_meshSplice( e1, e2 ) ) longjmp(tess->env,1); in SpliceMergeVertices()
538 if ( !__gl_meshSplice( eUp, eLo->Oprev ) ) longjmp(tess->env,1); in CheckForRightSplice()
552 if ( !__gl_meshSplice( eLo->Oprev, eUp ) ) longjmp(tess->env,1); in CheckForRightSplice()
591 if ( !__gl_meshSplice( eLo->Sym, e ) ) longjmp(tess->env,1); in CheckForLeftSplice()
600 if ( !__gl_meshSplice( eUp->Lnext, eLo->Sym ) ) longjmp(tess->env,1); in CheckForLeftSplice()
697 if ( !__gl_meshSplice( eLo->Sym, eUp ) ) longjmp(tess->env,1); in CheckForIntersect()
[all …]
Dmesh.h255 int __gl_meshSplice( GLUhalfEdge *eOrg, GLUhalfEdge *eDst );
Dtess.c359 if ( !__gl_meshSplice( e, e->Sym ) ) return 0; in AddVertex()
Dmesh.c326 int __gl_meshSplice( GLUhalfEdge *eOrg, GLUhalfEdge *eDst ) in __gl_meshSplice() function
/external/skia/third_party/glu/
Dgluos.h84 #define __gl_meshSplice Sk__gl_meshSplice macro