HomeSort by relevance Sort by last modified time
    Searched full:sides (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/iproute2/doc/
preamble.tex 10 % To print it in compact form: both sides on one sheet (psnup -2)
  /external/skia/include/core/
SkLineClipper.h 32 segments on the sides to show where the line extended beyond the
33 left or right sides. IntersectLine does not.
SkRect.h 82 /** Inset the rectangle by (dx,dy). If dx is positive, then the sides are moved inwards,
83 making the rectangle narrower. If dx is negative, then the sides are moved outwards,
103 /** Returns true if the 4 specified sides of a rectangle are inside or equal to this rectangle.
322 /** Inset the rectangle by (dx,dy). If dx is positive, then the sides are moved inwards,
323 making the rectangle narrower. If dx is negative, then the sides are moved outwards,
346 /** Return true if this rectangle is not empty, and the specified sides of
  /frameworks/base/core/jni/android/opengl/
poly.h 30 #define POLY_NMAX 10 /* max #sides to a polygon; change if needed */
39 int n; /* number of sides */
  /external/quake/quake/src/QW/client/
r_efrag.c 96 int sides; local
139 sides = BOX_ON_PLANE_SIDE(r_emins, r_emaxs, splitplane);
141 if (sides == 3)
149 // recurse down the contacted sides
150 if (sides & 1)
153 if (sides & 2)
166 int sides; local
180 sides = BOX_ON_PLANE_SIDE(r_emins, r_emaxs, splitplane);
182 if (sides == 3)
190 if (sides & 1
    [all...]
gl_refrag.c 95 int sides; local
138 sides = BOX_ON_PLANE_SIDE(r_emins, r_emaxs, splitplane);
140 if (sides == 3)
148 // recurse down the contacted sides
149 if (sides & 1)
152 if (sides & 2)
mathlib.c 190 int sides; local
265 sides = 0;
267 sides = 1;
269 sides |= 2;
273 sides = 0;
275 sides = 1;
277 sides |= 2;
280 if (sides == 0)
281 Sys_Error ("BoxOnPlaneSide: sides==0");
284 return sides;
    [all...]
gl_warp.c 809 int sides[MAX_CLIP_VERTS]; local
830 sides[i] = SIDE_FRONT;
835 sides[i] = SIDE_BACK;
838 sides[i] = SIDE_ON;
849 sides[i] = sides[0];
856 switch (sides[i])
874 if (sides[i] == SIDE_ON || sides[i+1] == SIDE_ON || sides[i+1] == sides[i]
    [all...]
math.s 386 // sides = 0;
388 // sides = 1;
390 // sides |= 2;
406 // return sides;
bspfile.h 149 unsigned short numfaces; // counting both sides
  /external/quake/quake/src/WinQuake/
r_efrag.cpp 96 int sides; local
139 sides = BOX_ON_PLANE_SIDE(r_emins, r_emaxs, splitplane);
141 if (sides == 3)
149 // recurse down the contacted sides
150 if (sides & 1)
153 if (sides & 2)
166 int sides; local
180 sides = BOX_ON_PLANE_SIDE(r_emins, r_emaxs, splitplane);
182 if (sides == 3)
190 if (sides & 1)
    [all...]
gl_refrag.cpp 95 int sides; local
138 sides = BOX_ON_PLANE_SIDE(r_emins, r_emaxs, splitplane);
140 if (sides == 3)
148 // recurse down the contacted sides
149 if (sides & 1)
152 if (sides & 2)
mathlib.cpp 192 int sides; local
267 sides = 0;
269 sides = 1;
271 sides |= 2;
275 sides = 0;
277 sides = 1;
279 sides |= 2;
282 if (sides == 0)
283 Sys_Error ("BoxOnPlaneSide: sides==0");
286 return sides;
    [all...]
gl_warp.cpp 858 int sides[MAX_CLIP_VERTS]; local
879 sides[i] = SIDE_FRONT;
884 sides[i] = SIDE_BACK;
887 sides[i] = SIDE_ON;
898 sides[i] = sides[0];
905 switch (sides[i])
923 if (sides[i] == SIDE_ON || sides[i+1] == SIDE_ON || sides[i+1] == sides[i]
    [all...]
math.s 387 // sides = 0;
389 // sides = 1;
391 // sides |= 2;
407 // return sides;
world.cpp 311 // recurse down both sides
332 int sides; local
356 sides = BOX_ON_PLANE_SIDE(ent->u.v.absmin, ent->u.v.absmax, splitplane);
358 // recurse down the contacted sides
359 if (sides & 1)
362 if (sides & 2)
877 // recurse down both sides
  /development/simulator/app/
SimRuntime.h 7 // This header is included on both sides, so try not to include
  /external/stlport/stlport/stl/
_alloc.c 62 // check pads on both sides
  /external/v8/test/mjsunit/
invalid-lhs.js 28 // Test that we get exceptions for invalid left-hand sides. The
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.c 62 // check pads on both sides
  /external/quake/quake/src/QW/server/
math.s 300 // sides = 0;
302 // sides = 1;
304 // sides |= 2;
320 // return sides;
world.c 301 // recurse down both sides
322 int sides; local
346 sides = BOX_ON_PLANE_SIDE(ent->v.absmin, ent->v.absmax, splitplane);
348 // recurse down the contacted sides
349 if (sides & 1)
352 if (sides & 2)
779 // recurse down both sides
  /external/skia/tests/
ClipperTest.cpp 19 // sides
  /external/chromium/base/gfx/
rect.h 75 // Shrink the rectangle by a horizontal and vertical distance on all sides.
  /external/libvpx/examples/includes/geshi/geshi/
dot.php 59 'shape', 'shapefile', 'showboxes', 'sides', 'size', 'skew', 'style',

Completed in 736 milliseconds

1 2 3 4 5 6