Home | History | Annotate | Download | only in cairo

Lines Matching refs:isVerticalLine

279     bool isVerticalLine = (p1.x() == p2.x());
304 if (isVerticalLine) {
315 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*static_cast<int>(width);