Lines Matching refs:Lface
62 * its origin vertex (Org), the face on its left side (Lface), and the
144 GLUface *Lface; /* left face */
152 #define Rface Sym->Lface
177 * global list *before* the existing vertex or face (ie. e->Org or e->Lface).
201 * - if eOrg->Lface == eDst->Lface, one loop is split into two
202 * - if eOrg->Lface != eDst->Lface, two distinct loops are joined into one
203 * In both cases, eDst->Lface is changed and eOrg->Lface is unaffected.
206 * if (eDel->Lface != eDel->Rface), we join two loops into one; the loop
207 * eDel->Lface is deleted. Otherwise, we are splitting one loop into two;
223 * If eOrg->Lface == eDst->Lface, this splits one loop into two,
224 * and the newly created loop is eNew->Lface. Otherwise, two disjoint
225 * loops are merged into one, and the loop eDst->Lface is destroyed.