Searched refs:y0out (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 108 int x0out = 0, x1out = 0, y0out = 0, y1out = 0, z0out = 0, z1out = 0; in poly_clip_to_frustum() local 118 if (v->sy < -sw) y0out++; /* out on top */ in poly_clip_to_frustum() 125 if (x0out+x1out+y0out+y1out+z0out+z1out == 0) in poly_clip_to_frustum() 129 if (x0out==p1->n || x1out==p1->n || y0out==p1->n || in poly_clip_to_frustum() 143 if (y0out) CLIP_AND_SWAP(sy, -1.0f, -1.0f, p, q, r); in poly_clip_to_frustum()
|