Home | History | Annotate | Download | only in qt

Lines Matching refs:StrokeStyle

141 static Qt::PenStyle toQPenStyle(StrokeStyle style)
343 StrokeStyle style = strokeStyle();
1249 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle strokeStyle)
1255 newPen.setStyle(toQPenStyle(strokeStyle));