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

/external/skia/third_party/glu/libtess/
H A Dsweep.c849 GLUhalfEdge *eBottomLeft )
883 GLUhalfEdge *eTopLeft = eBottomLeft->Onext;
905 if ( !__gl_meshSplice( eBottomLeft, eLo->Oprev ) ) longjmp(tess->env,1);
906 eBottomLeft = FinishLeftRegions( tess, regLo, NULL );
910 AddRightEdges( tess, regUp, eBottomLeft->Onext, eTopLeft, eTopLeft, TRUE );
922 eNew = __gl_meshConnect( eBottomLeft->Lprev, eNew );
1076 GLUhalfEdge *e, *eTopLeft, *eBottomLeft; local
1106 eBottomLeft = FinishLeftRegions( tess, reg, NULL );
1113 if( eBottomLeft->Onext == eTopLeft ) {
1115 ConnectRightVertex( tess, regUp, eBottomLeft );
[all...]

Completed in 40 milliseconds