HomeSort by: relevance | last modified time | path
    Searched defs:inside (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/glu/dist/src/libtess/
sweep.h 42 * into regions. Each region is marked "inside" if it belongs
63 * inside the polygon */
64 GLboolean inside; /* is this region inside the polygon? */ member in struct:ActiveRegion
mesh.h 135 GLboolean inside; /* this face is in the polygon interior */ member in struct:GLUface
180 * when a face is split, the "inside" flag is copied from the old face.
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
clip.cpp 102 // Checks whether vertex v lies inside clipping plane
106 inline int inside(const float v[4]) function
148 int s_in = inside<ClippingPlane>(&pInPts[s * 4]);
149 int p_in = inside<ClippingPlane>(&pInPts[p * 4]);
159 if (p_in) // 2nd vertex is inside clipping volume, add it to output
clip.h 992 Float<SIMD_T> inside(const Vec4<SIMD_T>& v) function in class:Clipper
1045 // compute inside mask
1046 Float<SIMD_T> s_in = inside<ClippingPlane>(vInPos0);
1047 Float<SIMD_T> p_in = inside<ClippingPlane>(vInPos1);
1053 // store s if inside
1153 // compute inside mask
1154 Float<SIMD_T> s_in = inside<ClippingPlane>(vInPos0);
1155 Float<SIMD_T> p_in = inside<ClippingPlane>(vInPos1);
1161 // store s if inside
1205 // store p if inside
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
mipolyutil.c 308 int inside = 1;
321 if ((!inside && !isInside) ||
322 ( inside && isInside))
326 inside = !inside;
304 int inside = 1; local
  /xsrc/external/mit/libX11/dist/src/
PolyReg.c 305 register int inside = 1;
318 if ((!inside && !isInside) ||
319 ( inside && isInside))
323 inside = !inside;
302 register int inside = 1; local
  /xsrc/external/mit/xorg-server/dist/mi/
mipoly.c 291 int inside = 1; local
303 if ((!inside && !isInside) || (inside && isInside)) {
306 inside = !inside;
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 568 int inside; local
587 inside = 0;
601 * FIXME: Change this to only draw inside of polygons, and round
606 if (inside) {
615 inside = 1;
617 if (inside) {
623 inside = !inside;
639 int inside; local
646 inside = 0
    [all...]

Completed in 9 milliseconds