/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 226 m_data->setStrokeStyle(DashedStroke); in drawFocusRing() 229 m_data->setStrokeStyle(oldStyle); in drawFocusRing() 242 m_data->setStrokeStyle(SolidStroke); in drawLineForText() 244 m_data->setStrokeStyle(oldStyle); in drawLineForText() 491 m_data->setStrokeStyle(strokeStyle); in setPlatformStrokeStyle()
|
D | PainterOpenVG.h | 81 void setStrokeStyle(StrokeStyle);
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderMediaControlsChromium.cpp | 123 context->setStrokeStyle(SolidStroke); in paintMediaSlider() 159 context->setStrokeStyle(NoStroke); in paintMediaSlider() 224 context->setStrokeStyle(SolidStroke); in paintMediaTimelineContainer() 240 context->setStrokeStyle(originalStyle); in paintMediaTimelineContainer()
|
D | RenderDetailsMarker.cpp | 138 paintInfo.context->setStrokeStyle(SolidStroke); in paint()
|
D | RenderObject.cpp | 726 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke); in drawLineForBoxSide() 749 graphicsContext->setStrokeStyle(NoStroke); in drawLineForBoxSide() 869 graphicsContext->setStrokeStyle(NoStroke); in drawLineForBoxSide() 942 graphicsContext->setStrokeStyle(style == DOTTED ? DottedStroke : DashedStroke); in drawArcForBoxSide() 962 graphicsContext->setStrokeStyle(SolidStroke); in drawArcForBoxSide() 981 graphicsContext->setStrokeStyle(SolidStroke); in drawArcForBoxSide() 1001 graphicsContext->setStrokeStyle(SolidStroke); in drawArcForBoxSide()
|
D | InlineTextBox.cpp | 945 context->setStrokeStyle(SolidStroke); in paintDecoration() 951 context->setStrokeStyle(SolidStroke); in paintDecoration() 956 context->setStrokeStyle(SolidStroke); in paintDecoration()
|
D | RenderImage.cpp | 261 context->setStrokeStyle(SolidStroke); in paintReplaced()
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8CanvasRenderingContext2DCustom.cpp | 86 impl->setStrokeStyle(toCanvasStyle(value)); in strokeStyleAccessorSetter()
|
/external/webkit/Source/WebCore/rendering/mathml/ |
D | RenderMathMLBlock.cpp | 91 info.context->setStrokeStyle(SolidStroke); in paint()
|
D | RenderMathMLSquareRoot.cpp | 120 info.context->setStrokeStyle(SolidStroke); in paint()
|
D | RenderMathMLFraction.cpp | 162 info.context->setStrokeStyle(SolidStroke); in paint()
|
D | RenderMathMLRoot.cpp | 154 info.context->setStrokeStyle(SolidStroke); in paint()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PlatformContextSkia.h | 124 void setStrokeStyle(StrokeStyle);
|
D | GraphicsContextSkia.cpp | 953 platformContext()->setStrokeStyle(SolidStroke); in setLineDash() 1121 platformContext()->setStrokeStyle(stroke); in setPlatformStrokeStyle()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextRecording.cpp | 152 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style) in setStrokeStyle() function in WebCore::PlatformGraphicsContextRecording 154 PlatformGraphicsContext::setStrokeStyle(style); in setStrokeStyle()
|
D | PlatformGraphicsContextRecording.h | 68 virtual void setStrokeStyle(StrokeStyle style);
|
D | PlatformGraphicsContext.h | 74 virtual void setStrokeStyle(StrokeStyle style);
|
D | PlatformGraphicsContext.cpp | 352 void PlatformGraphicsContext::setStrokeStyle(StrokeStyle style) in setStrokeStyle() function in WebCore::PlatformGraphicsContext
|
D | GraphicsContextAndroid.cpp | 374 platformContext()->setStrokeStyle(style); in setPlatformStrokeStyle()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 339 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> style) in setStrokeStyle() function in WebCore::CanvasRenderingContext2D 669 setStrokeStyle(CanvasStyle::createFromString(color, canvas()->document())); in setStrokeColor() 677 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f)); in setStrokeColor() 682 setStrokeStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha)); in setStrokeColor() 689 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha)); in setStrokeColor() 696 setStrokeStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a)); in setStrokeColor() 703 setStrokeStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a)); in setStrokeColor()
|
D | CanvasRenderingContext2D.h | 79 void setStrokeStyle(PassRefPtr<CanvasStyle>);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCHeadsUpDisplay.cpp | 184 ctx->setStrokeStyle(SolidStroke); in drawFPSCounter()
|
/external/webkit/Source/WebCore/bindings/js/ |
D | JSCanvasRenderingContext2DCustom.cpp | 72 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value) in setStrokeStyle() function in WebCore::JSCanvasRenderingContext2D 79 context->setStrokeStyle(toHTMLCanvasStyle(exec, value)); in setStrokeStyle()
|
/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGRenderSupport.cpp | 338 context->setStrokeStyle(SolidStroke); in applyStrokeStyleToContext()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 240 void setStrokeStyle(StrokeStyle);
|