Searched defs:strokeColor (Results 1 – 13 of 13) sorted by relevance
15 - (NSColor*)strokeColor { method
28 - (NSColor*)strokeColor { method
17 - (NSColor*)strokeColor { method
73 - (NSColor*)strokeColor { method
42 - (NSColor*)strokeColor { method
181 SkColor strokeColor; variable
311 Color strokeColor = context->strokeColor(); in drawComplexText() local
118 Color strokeColor; member626 Color PainterOpenVG::strokeColor() const in strokeColor() function in WebCore::PainterOpenVG
205 Color strokeColor; member
192 Color GraphicsContext::strokeColor() const in strokeColor() function in WebCore::GraphicsContext
498 void PlatformContextSkia::setStrokeColor(SkColor strokeColor) in setStrokeColor()
107 …Color strokeColor = colorWithOverrideAlpha(context->strokeColor().rgb(), context->strokeColor().al… in setPlatformStroke() local
320 …aphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float st… in updateGraphicsContext()