Home
last modified time | relevance | path

Searched refs:setStrokeStyle (Results 1 – 25 of 45) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp226 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()
DPainterOpenVG.h81 void setStrokeStyle(StrokeStyle);
/external/webkit/Source/WebCore/rendering/
DRenderMediaControlsChromium.cpp123 context->setStrokeStyle(SolidStroke); in paintMediaSlider()
159 context->setStrokeStyle(NoStroke); in paintMediaSlider()
224 context->setStrokeStyle(SolidStroke); in paintMediaTimelineContainer()
240 context->setStrokeStyle(originalStyle); in paintMediaTimelineContainer()
DRenderDetailsMarker.cpp138 paintInfo.context->setStrokeStyle(SolidStroke); in paint()
DRenderObject.cpp726 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()
DInlineTextBox.cpp945 context->setStrokeStyle(SolidStroke); in paintDecoration()
951 context->setStrokeStyle(SolidStroke); in paintDecoration()
956 context->setStrokeStyle(SolidStroke); in paintDecoration()
DRenderImage.cpp261 context->setStrokeStyle(SolidStroke); in paintReplaced()
/external/webkit/Source/WebCore/bindings/v8/custom/
DV8CanvasRenderingContext2DCustom.cpp86 impl->setStrokeStyle(toCanvasStyle(value)); in strokeStyleAccessorSetter()
/external/webkit/Source/WebCore/rendering/mathml/
DRenderMathMLBlock.cpp91 info.context->setStrokeStyle(SolidStroke); in paint()
DRenderMathMLSquareRoot.cpp120 info.context->setStrokeStyle(SolidStroke); in paint()
DRenderMathMLFraction.cpp162 info.context->setStrokeStyle(SolidStroke); in paint()
DRenderMathMLRoot.cpp154 info.context->setStrokeStyle(SolidStroke); in paint()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.h124 void setStrokeStyle(StrokeStyle);
DGraphicsContextSkia.cpp953 platformContext()->setStrokeStyle(SolidStroke); in setLineDash()
1121 platformContext()->setStrokeStyle(stroke); in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp152 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style) in setStrokeStyle() function in WebCore::PlatformGraphicsContextRecording
154 PlatformGraphicsContext::setStrokeStyle(style); in setStrokeStyle()
DPlatformGraphicsContextRecording.h68 virtual void setStrokeStyle(StrokeStyle style);
DPlatformGraphicsContext.h74 virtual void setStrokeStyle(StrokeStyle style);
DPlatformGraphicsContext.cpp352 void PlatformGraphicsContext::setStrokeStyle(StrokeStyle style) in setStrokeStyle() function in WebCore::PlatformGraphicsContext
DGraphicsContextAndroid.cpp374 platformContext()->setStrokeStyle(style); in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp339 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()
DCanvasRenderingContext2D.h79 void setStrokeStyle(PassRefPtr<CanvasStyle>);
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCHeadsUpDisplay.cpp184 ctx->setStrokeStyle(SolidStroke); in drawFPSCounter()
/external/webkit/Source/WebCore/bindings/js/
DJSCanvasRenderingContext2DCustom.cpp72 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/
DSVGRenderSupport.cpp338 context->setStrokeStyle(SolidStroke); in applyStrokeStyleToContext()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h240 void setStrokeStyle(StrokeStyle);

12