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

/external/skia/third_party/glu/libtess/
H A Dmesh.h71 * (Onext) and around the left face (Lnext). There is also a "next"
78 * Lnext = edge CCW around left face (dest becomes new origin)
149 GLUhalfEdge *Lnext; /* next edge CCW around left face */ member in struct:GLUhalfEdge
162 #define Oprev Sym->Lnext
164 #define Dprev Lnext->Sym
221 * eNew == eOrg->Lnext, and eNew->Dst is a newly created vertex.
225 * such that eNew == eOrg->Lnext. The new vertex is eOrg->Dst == eNew->Org.

Completed in 70 milliseconds