Searched refs:POLY_NMAX (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/opengl/
H A Dpoly.h30 #define POLY_NMAX 10 /* max #sides to a polygon; change if needed */ macro
32 /* POLY_NMAX=10 is thus appropriate if input polygons are triangles or quads */
40 Poly_vert vert[POLY_NMAX]; /* vertices */
H A Dpoly_clip.cpp103 * (n+6)gon, so POLY_NMAX in poly.h must be big enough to allow that.
150 memcpy(p1, &p2, sizeof(Poly)-(POLY_NMAX-p2.n)*sizeof(Poly_vert));

Completed in 213 milliseconds