Searched refs:StrokeData (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DStrokeData.cpp30 #include "platform/graphics/StrokeData.h"
38 void StrokeData::setLineDash(const DashArray& dashes, float dashOffset)
60 void StrokeData::setupPaint(SkPaint* paint, int length) const
71 void StrokeData::setupPaintDashPathEffect(SkPaint* paint, int length) const
H A DStrokeData.h46 class PLATFORM_EXPORT StrokeData { class in namespace:blink
48 StrokeData() function in class:blink::StrokeData
H A DPath.h48 class StrokeData;
79 bool strokeContains(const FloatPoint&, const StrokeData&) const;
81 FloatRect strokeBoundingRect(const StrokeData&) const;
H A DGraphicsContextState.h37 #include "platform/graphics/StrokeData.h"
83 const StrokeData& strokeData() const { return m_strokeData; }
156 StrokeData m_strokeData;
H A DPath.cpp74 bool Path::strokeContains(const FloatPoint& point, const StrokeData& strokeData) const
89 FloatRect Path::strokeBoundingRect(const StrokeData& strokeData) const
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderSupport.h42 class StrokeData;
82 static void applyStrokeStyleToStrokeData(StrokeData*, const RenderStyle*, const RenderObject*);
H A DRenderSVGShape.cpp92 StrokeData strokeData;
386 StrokeData strokeData;
H A DSVGRenderSupport.cpp340 void SVGRenderSupport::applyStrokeStyleToStrokeData(StrokeData* strokeData, const RenderStyle* style, const RenderObject* object)
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp242 // StrokeData. The default values that StrokeData uses may not the same values
1181 StrokeData strokeData;
2374 StrokeData strokeData;
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk335 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.darwin-arm64.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.darwin-mips.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.darwin-mips64.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.darwin-x86.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.darwin-x86_64.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.linux-arm.mk335 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.linux-arm64.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.linux-mips.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.linux-mips64.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.linux-x86.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \
H A Dblink_platform.target.linux-x86_64.mk334 third_party/WebKit/Source/platform/graphics/StrokeData.cpp \

Completed in 161 milliseconds