Searched defs:py1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCrossing.java174 int cross(double res[], int rc, double py1, double py2) { argument
186 if (py1 < 0.0 && (bx != 0.0 ? bx : ax - bx) < 0.0) {
193 if (py1 < ay && (ax != bx ? ax - bx : bx) > 0.0) {
280 int cross(double res[], int rc, double py1, double py2) { argument
291 if (py1 < 0.0 && (bx != 0.0 ? bx : (cx != bx ? cx - bx : ax - cx)) < 0.0) {
298 if (py1 < ay && (ax != cx ? ax - cx : (cx != bx ? cx - bx : bx)) > 0.0) {
551 static int crossBound(double bound[], int bc, double py1, double py2) { argument
562 if (bound[i] < py1) {
686 double py1 = ry1 - y1;
726 int cross = crossBound(bound, bc, py1, py
[all...]

Completed in 100 milliseconds