Searched defs:eLo (Results 1 - 1 of 1) sorted by relevance

/external/skia/third_party/glu/libtess/
H A Dsweep.c503 * eUp->Org is above eLo, or eLo->Org is below eUp (depending on which
510 * point we checked eUp and eLo, and decided that eUp->Org is barely
511 * above eLo. Then later, we split eLo into two edges (eg. from
513 * our test so that now eUp->Org is incident to eLo, or barely below it.
518 * CheckForIntersect requires that tess->event lies between eUp and eLo,
529 GLUhalfEdge *eLo = regLo->eUp; local
531 if( VertLeq( eUp->Org, eLo->Org )) {
532 if( EdgeSign( eLo
579 GLUhalfEdge *eLo = regLo->eUp; local
620 GLUhalfEdge *eLo = regLo->eUp; local
772 GLUhalfEdge *eUp, *eLo; local
886 GLUhalfEdge *eLo = regLo->eUp; local
1020 GLUhalfEdge *eUp, *eLo, *eNew; local
[all...]

Completed in 39 milliseconds