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

1 2 3 4

  /frameworks/base/core/jni/android/opengl/
poly.h 19 * Generic Convex Polygon Scan Conversion and Clipping
30 #define POLY_NMAX 10 /* max #sides to a polygon; change if needed */
34 typedef struct { /* A POLYGON VERTEX */
38 typedef struct { /* A POLYGON */
43 #define POLY_CLIP_OUT 0 /* polygon entirely outside box */
44 #define POLY_CLIP_PARTIAL 1 /* polygon partially inside */
45 #define POLY_CLIP_IN 2 /* polygon entirely inside box */
poly_clip.cpp 19 * Generic Convex Polygon Scan Conversion and Clipping
25 * poly_clip.c: homogeneous 3-D convex polygon clipper
48 * poly_clip_to_halfspace: clip convex polygon p against a plane,
74 /* on old polygon (p), u is previous vertex, v is current vertex */
94 * poly_clip_to_frustum: Clip the convex polygon p1 to the screen space frustum
97 * and similar tests for y and z, for each vertex v of the polygon.
98 * If polygon is entirely inside box, then POLY_CLIP_IN is returned.
99 * If polygon is entirely outside box, then POLY_CLIP_OUT is returned.
100 * Otherwise, if the polygon is cut by the box, p1 is modified and
137 * now clip against each of the planes that might cut the polygon,
    [all...]
  /external/skia/src/svg/
SkSVGPolygon.cpp 27 DEFINE_SVG_INFO(Polygon)
35 parser._startElement("polygon");
SkSVGPolygon.h 24 DECLARE_SVG_INFO(Polygon);
SkSVGParser.cpp 376 CASE_NEW(Polygon);
424 {"polygon", SkSVGType_Polygon},
  /external/webkit/WebCore/svg/
svgtags.in 91 polygon createWithNew
  /external/skia/src/animator/
SkDrawPath.h 71 DECLARE_MEMBER_INFO(Polygon);
SkMatrixParts.cpp 231 SK_MEMBER(destination, Polygon),
232 SK_MEMBER(source, Polygon)
SkDisplayType.cpp 170 CASE_NEW(Polygon);
325 CASE_GET_INFO(Polygon);
492 { "polygon", SkType_Polygon INIT_BOOL_FIELDS },
  /external/quake/quake/src/QW/client/
r_shared.h 29 #define MAXVERTS 16 // max points in a surface polygon
31 // polygon (while processing)
d_edge.c 251 // FIXME: we don't want to do all this for every polygon!
289 // FIXME: we don't want to do all this for every polygon!
r_draw.c 730 // reconstruct the polygon
752 // clip the polygon, done if not visible
865 // build the polygon descriptor, including fa, r_nearzi, and u, v, s, t, and z
872 // draw the polygon
899 // draw the polygon
d_scan.c 205 // can't step off polygon), clamp, calculate s and t steps across
339 // can't step off polygon), clamp, calculate s and t steps across
r_bsp.c 352 // draw the polygon
430 // draw the polygon
  /external/quake/quake/src/WinQuake/
r_shared.h 29 #define MAXVERTS 16 // max points in a surface polygon
31 // polygon (while processing)
d_edge.cpp 247 // FIXME: we don't want to do all this for every polygon!
284 // FIXME: we don't want to do all this for every polygon!
r_draw.cpp 730 // reconstruct the polygon
752 // clip the polygon, done if not visible
865 // build the polygon descriptor, including fa, r_nearzi, and u, v, s, t, and z
872 // draw the polygon
899 // draw the polygon
d_scan.cpp 207 // can't step off polygon), clamp, calculate s and t steps across
341 // can't step off polygon), clamp, calculate s and t steps across
r_bsp.cpp 352 // draw the polygon
430 // draw the polygon
  /external/skia/bench/
RectBench.cpp 123 return SkNEW_ARGS(PointsBench, (p, SkCanvas::kPolygon_PointMode, "polygon"));
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 247 wxPoint* polygon = new wxPoint[npoints];
249 polygon[i] = wxPoint(points[i].x(), points[i].y());
251 m_data->context->DrawPolygon((int)npoints, polygon);
252 delete [] polygon;
  /frameworks/base/opengl/libagl/
primitives.cpp 860 // two new vertices (because the polygon is convex).
862 // the polygon degenerates into something non convex.
866 // original list of vertices (polygon to clip, in fact this
867 // function works with an arbitrary polygon).
919 return; // non-convex polygon!
930 return; // non-convex polygon!
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
dot.php 72 'polygon', 'record', 'same', 'solid', 'trapezium', 'triangle', 'tripleoctagon',
povray.php 103 'texture_list', 'face_indices', 'normal_indices', 'uv_indices', 'texture', 'polygon', 'plane', 'poly',
  /external/proguard/src/proguard/gui/splash/
OverrideGraphics2D.java 349 public void drawPolygon(Polygon p)
429 public void fillPolygon(Polygon p)

Completed in 1982 milliseconds

1 2 3 4