Home
last modified time | relevance | path

Searched defs:strokeStyle (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.cpp59 void strokeStyle(GraphicsContext* gc) in strokeStyle() function in WebCore::BoundingRectStrokeStyleApplier
102 BoundingRectStrokeStyleApplier strokeStyle(this, style()); in strokeContains() local
323 BoundingRectStrokeStyleApplier strokeStyle(this, style()); in updateCachedBoundaries() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.h184 StrokeStyle strokeStyle; variable
/external/webkit/Source/WebCore/bindings/js/
DJSCanvasRenderingContext2DCustom.cpp66 JSValue JSCanvasRenderingContext2D::strokeStyle(ExecState* exec) const in strokeStyle() function in WebCore::JSCanvasRenderingContext2D
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp117 StrokeStyle strokeStyle; member
571 StrokeStyle PainterOpenVG::strokeStyle() const in strokeStyle() function in WebCore::PainterOpenVG
DGraphicsContextOpenVG.cpp486 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle strokeStyle) in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h209 StrokeStyle strokeStyle; member
DGraphicsContext.cpp187 StrokeStyle GraphicsContext::strokeStyle() const in strokeStyle() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp510 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle strokeStyle) in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp493 void PlatformContextSkia::setStrokeStyle(StrokeStyle strokeStyle) in setStrokeStyle()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp825 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle strokeStyle) in setPlatformStrokeStyle()
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp95 virtual void strokeStyle(GraphicsContext* c) in strokeStyle() function in WebCore::CanvasStrokeStyleApplier
334 CanvasStyle* CanvasRenderingContext2D::strokeStyle() const in strokeStyle() function in WebCore::CanvasRenderingContext2D
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp1249 void GraphicsContext::setPlatformStrokeStyle(StrokeStyle strokeStyle) in setPlatformStrokeStyle()