HomeSort by relevance Sort by last modified time
    Searched defs:strokeStyle (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/bindings/js/
JSCanvasRenderingContext2DCustom.cpp 68 JSValue JSCanvasRenderingContext2D::strokeStyle(ExecState* exec) const
71 return toJS(exec, context->strokeStyle());
  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 39 , strokeStyle(SolidStroke)
58 StrokeStyle strokeStyle;
GraphicsContext.cpp 117 void GraphicsContext::setStrokeStyle(const StrokeStyle& style)
119 m_common->state.strokeStyle = style;
162 StrokeStyle GraphicsContext::strokeStyle() const
164 return m_common->state.strokeStyle;
510 void GraphicsContext::setPlatformStrokeStyle(const StrokeStyle&)
515 void GraphicsContext::adjustLineToPixelBoundaries(FloatPoint& p1, FloatPoint& p2, float strokeWidth, const StrokeStyle& penStyle)
  /external/webkit/WebCore/rendering/
RenderPath.cpp 57 void strokeStyle(GraphicsContext* gc)
101 BoundingRectStrokeStyleApplier strokeStyle(this, style());
102 return m_path.strokeContains(&strokeStyle, point);
126 BoundingRectStrokeStyleApplier strokeStyle(this, style());
127 m_cachedLocalStrokeBBox.unite(m_path.strokeBoundingRect(&strokeStyle));
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 114 StrokeStyle strokeStyle;
130 , strokeStyle(NoStroke)
155 strokeStyle = other->strokeStyle;
306 if (strokeStyle == DottedStroke) {
310 } else if (strokeStyle == DashedStroke) {
333 && (strokeStyle == NoStroke || !strokeColor.alpha()));
493 StrokeStyle PainterOpenVG::strokeStyle() cons
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 81 virtual void strokeStyle(GraphicsContext* c)
157 CanvasStyle* CanvasRenderingContext2D::strokeStyle() const
    [all...]

Completed in 491 milliseconds