Home | History | Annotate | Download | only in qt

Lines Matching refs:isVerticalLine

344     bool isVerticalLine = (p1.x() == p2.x());
380 if (isVerticalLine) {
391 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*(int)width;