HomeSort by: relevance | last modified time | path
    Searched refs:Org (Results 1 - 11 of 11) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libtess/
tessmono.c 84 for( ; VertLeq( up->Dst, up->Org ); up = up->Lprev )
86 for( ; VertLeq( up->Org, up->Dst ); up = up->Lnext )
91 if( VertLeq( up->Dst, lo->Org )) {
92 /* up->Dst is on the left. It is safe to form triangles from lo->Org.
97 || EdgeSign( lo->Org, lo->Dst, lo->Lnext->Dst ) <= 0 )) {
104 /* lo->Org is on the left. We can make CCW triangles from up->Dst. */
106 || EdgeSign( up->Dst, up->Org, up->Lprev->Org ) >= 0 )) {
115 /* Now lo->Org == up->Dst == the leftmost vertex. The remaining region
mesh.c 95 e->Org = NULL;
103 eSym->Org = NULL;
157 e->Org = vNew;
232 e->Org = newOrg;
312 * - if eOrg->Org != eDst->Org, the two vertices are merged together
313 * - if eOrg->Org == eDst->Org, the origin is split into two vertices
314 * In both cases, eDst->Org is changed and eOrg->Org is untouched
    [all...]
sweep.c 68 * - for each e, e->Dst has been processed, but not e->Org
69 * - each edge e satisfies VertLeq(e->Dst,event) && VertLeq(event,e->Org)
133 if( VertLeq( e1->Org, e2->Org )) {
134 return EdgeSign( e2->Dst, e1->Org, e2->Org ) <= 0;
136 return EdgeSign( e1->Dst, e2->Org, e1->Org ) >= 0;
138 return EdgeSign( e2->Dst, event, e2->Org ) <= 0;
141 return EdgeSign( e1->Dst, event, e1->Org ) >= 0
182 GLUvertex *org = reg->eUp->Org; local
    [all...]
mesh.h 62 * its origin vertex (Org), the face on its left side (Lface), and the
143 GLUvertex *Org; /* origin vertex (Overtex too long) */
153 #define Dst Sym->Org
177 * global list *before* the existing vertex or face (ie. e->Org or e->Lface).
196 * - if eOrg->Org != eDst->Org, the two vertices are merged together
197 * - if eOrg->Org == eDst->Org, the origin is split into two vertices
198 * In both cases, eDst->Org is changed and eOrg->Org is untouched
    [all...]
geom.h 65 #define EdgeGoesLeft(e) VertLeq( (e)->Dst, (e)->Org )
66 #define EdgeGoesRight(e) VertLeq( (e)->Org, (e)->Dst )
render.c 161 * of a maximal fan around eOrig->Org. To do this we just walk around
188 * eOrig->Org, eOrig->Dst, eOrig->Lnext->Dst (in that order or the
274 CALL_VERTEX_OR_VERTEX_DATA( e->Org->data );
290 CALL_VERTEX_OR_VERTEX_DATA( e->Org->data );
312 CALL_VERTEX_OR_VERTEX_DATA( e->Org->data );
319 CALL_VERTEX_OR_VERTEX_DATA( e->Org->data );
349 CALL_VERTEX_OR_VERTEX_DATA( e->Org->data );
tess.c 364 /* The new vertex is now e->Org. */
365 e->Org->data = data;
366 e->Org->coords[0] = coords[0];
367 e->Org->coords[1] = coords[1];
368 e->Org->coords[2] = coords[2];
normal.c 156 area += (e->Org->s - e->Dst->s) * (e->Org->t + e->Dst->t);
  /xsrc/external/mit/imake/dist/
mkhtmlindex.sh 7 # Author: David Dawes <dawes@xfree86.org>
35 <TITLE>X.Org Manual pages: Section $s</TITLE>
39 <H1>X.Org Manual pages: Section $s</H1>
mkhtmlindex.pl 7 # Author: David Dawes <dawes@xfree86.org>
44 <TITLE>X.Org Manual pages: Section $vol</TITLE>
48 <H1>X.Org Manual pages: Section $vol</H1>
  /xsrc/external/mit/MesaLib/dist/src/util/
00-mesa-defaults.conf 282 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/2598 -->
287 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/1258 -->
292 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/1258 -->
297 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/5648 -->
329 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/3714 -->
335 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/4547 -->
718 <option name="force_gl_vendor" value="X.Org" />
759 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/2647 -->
763 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/2686 -->
783 <!-- https://gitlab.freedesktop.org/mesa/mesa/-/issues/3714 --
    [all...]

Completed in 8 milliseconds