Home | History | Annotate | Download | only in wince

Lines Matching refs:point1

333     const PathPoint* point1 = &last();
339 if (point1->x() != point.x()) {
342 wasNegative = point1->x() < point.x() ? 1 : 0;
343 } else if (point2.x() < point.x() != point1->x() < point.x()) {
344 float y = (point2.y() - point1->y()) / (point2.x() - point1->x()) * (point.x() - point1->x()) + point1->y();
352 if (point1->y() == point.y())
355 if (point1->y() > point.y()) {
392 point1 = &point2;