Home | History | Annotate | Download | only in rendering

Lines Matching refs:strokeColor

320 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace)
335 if (strokeColor != context->strokeColor())
336 context->setStrokeColor(strokeColor, colorSpace);