Home | History | Annotate | Download | only in libtess

Lines Matching refs:VertLeq

72  * - each edge e satisfies VertLeq(e->Dst,event) && VertLeq(event,e->Org)
82 * of monotonically increasing vertices according to VertLeq(v1,v2)
134 if( VertLeq( e1->Org, e2->Org )) {
362 assert( VertLeq( e->Org, e->Dst ));
531 if( VertLeq( eUp->Org, eLo->Org )) {
584 if( VertLeq( eUp->Dst, eLo->Dst )) {
641 if( VertLeq( orgUp, orgLo )) {
657 if( VertLeq( &isect, tess->event )) {
673 orgMin = VertLeq( orgUp, orgLo ) ? orgUp : orgLo;
674 if( VertLeq( orgMin, &isect )) {
917 if( VertLeq( eLo->Org, eUp->Org )) {
1042 reg = VertLeq( eLo->Dst, eUp->Dst ) ? regUp : regLo;