Home | History | Annotate | Download | only in cairo

Lines Matching refs:strokeThickness

293     float width = strokeThickness();
393 cairo_set_line_width(cr, strokeThickness());
427 float width = strokeThickness();
507 cairo_set_line_width(cr, strokeThickness());
817 void GraphicsContext::setPlatformStrokeThickness(float strokeThickness)
822 cairo_set_line_width(platformContext()->cr(), strokeThickness);