HomeSort by relevance Sort by last modified time
    Searched refs:setStrokeStyle (Results 1 - 25 of 37) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 226 m_data->setStrokeStyle(DashedStroke);
229 m_data->setStrokeStyle(oldStyle);
242 m_data->setStrokeStyle(SolidStroke);
244 m_data->setStrokeStyle(oldStyle);
491 m_data->setStrokeStyle(strokeStyle);
PainterOpenVG.h 81 void setStrokeStyle(StrokeStyle);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CanvasRenderingContext2DCustom.cpp 86 impl->setStrokeStyle(toCanvasStyle(value));
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 123 context->setStrokeStyle(SolidStroke);
159 context->setStrokeStyle(NoStroke);
224 context->setStrokeStyle(SolidStroke);
240 context->setStrokeStyle(originalStyle);
RenderDetailsMarker.cpp 138 paintInfo.context->setStrokeStyle(SolidStroke);
RenderObject.cpp 726 graphicsContext->setStrokeStyle(style == DASHED ? DashedStroke : DottedStroke);
749 graphicsContext->setStrokeStyle(NoStroke);
869 graphicsContext->setStrokeStyle(NoStroke);
    [all...]
InlineTextBox.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 124 void setStrokeStyle(StrokeStyle);
GraphicsContextSkia.cpp 953 platformContext()->setStrokeStyle(SolidStroke);
    [all...]
  /external/webkit/Source/WebCore/rendering/mathml/
RenderMathMLBlock.cpp 91 info.context->setStrokeStyle(SolidStroke);
RenderMathMLFraction.cpp 162 info.context->setStrokeStyle(SolidStroke);
RenderMathMLSquareRoot.cpp 120 info.context->setStrokeStyle(SolidStroke);
RenderMathMLRoot.cpp 154 info.context->setStrokeStyle(SolidStroke);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.h 76 virtual void setStrokeStyle(StrokeStyle style);
PlatformGraphicsContextRecording.h 90 virtual void setStrokeStyle(StrokeStyle style);
GraphicsContextAndroid.cpp 379 platformContext()->setStrokeStyle(style);
PlatformGraphicsContext.cpp 372 void PlatformGraphicsContext::setStrokeStyle(StrokeStyle style)
PlatformGraphicsContextRecording.cpp 651 void PlatformGraphicsContextRecording::setStrokeStyle(StrokeStyle style)
653 PlatformGraphicsContext::setStrokeStyle(style);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCHeadsUpDisplay.cpp 184 ctx->setStrokeStyle(SolidStroke);
  /external/webkit/Source/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 72 void JSCanvasRenderingContext2D::setStrokeStyle(ExecState* exec, JSValue value)
79 context->setStrokeStyle(toHTMLCanvasStyle(exec, value));
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 79 void setStrokeStyle(PassRefPtr<CanvasStyle>);
CanvasRenderingContext2D.cpp 339 void CanvasRenderingContext2D::setStrokeStyle(PassRefPtr<CanvasStyle> style)
669 setStrokeStyle(CanvasStyle::createFromString(color, canvas()->document()));
677 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, 1.0f));
682 setStrokeStyle(CanvasStyle::createFromStringWithOverrideAlpha(color, alpha));
689 setStrokeStyle(CanvasStyle::createFromGrayLevelWithAlpha(grayLevel, alpha));
696 setStrokeStyle(CanvasStyle::createFromRGBAChannels(r, g, b, a));
703 setStrokeStyle(CanvasStyle::createFromCMYKAChannels(c, m, y, k, a));
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.cpp 338 context->setStrokeStyle(SolidStroke);
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 328 context->setStrokeStyle(NoStroke);
492 context->setStrokeStyle(SolidStroke);
639 context->setStrokeStyle(SolidStroke);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 240 void setStrokeStyle(StrokeStyle);

Completed in 533 milliseconds

1 2