Home | History | Annotate | Download | only in cairo

Lines Matching refs:point1

261 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2)
277 FloatPoint p1 = point1;
315 int distance = (isVerticalLine ? (point2.y() - point1.y()) : (point2.x() - point1.x())) - 2*static_cast<int>(width);