Home | History | Annotate | Download | only in wince

Lines Matching refs:point2

339         const PathPoint& point2 = *i;
341 if (point2.x() == point.x()) {
344 } else if (point2.x() < point.x() != point1->x() < point.x()) {
345 float y = (point2.y() - point1->y()) / (point2.x() - point1->x()) * (point.x() - point1->x()) + point1->y();
357 if (point2.x() == point.x()) {
359 if (point2.y() <= point.y())
387 if (wasNegative ? point2.x() > point.x() : point2.x() < point.x())
390 } else if (point2.x() == point.x() && point2.y() >= point.y())
393 point1 = &point2;