Home
last modified time | relevance | path

Searched defs:strokeDashArray (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h299 Vector<SVGLength> strokeDashArray() const { return stroke->dashArray; } in strokeDashArray() function
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp123 DashArray strokeDashArray; member