OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POLY_NMAX
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/opengl/
poly.h
30
#define
POLY_NMAX
10 /* max #sides to a polygon; change if needed */
32
/*
POLY_NMAX
=10 is thus appropriate if input polygons are triangles or quads */
40
Poly_vert vert[
POLY_NMAX
]; /* vertices */
poly_clip.cpp
104
* (n+6)gon, so
POLY_NMAX
in poly.h must be big enough to allow that.
151
memcpy(p1, &p2, sizeof(Poly)-(
POLY_NMAX
-p2.n)*sizeof(Poly_vert));
Completed in 40 milliseconds