Home | History | Annotate | Download | only in rendering

Lines Matching refs:strokeThickness

320 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace)
323 if (strokeThickness > 0) {
337 if (strokeThickness != context->strokeThickness())
338 context->setStrokeThickness(strokeThickness);