Searched defs:dashArray (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DGraphicsContextTest.cpp980 DashArray dashArray; local
981 dashArray.append(1);
982 dashArray.append(0);
983 context.setLineDash(dashArray, 0);
1026 DashArray dashArray; local
1027 dashArray.append(1);
1028 dashArray.append(0);
1029 context.setLineDash(dashArray, 0);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp274 DashArray dashArray; local
277 dashArray.append((*it).value(lengthContext));
285 if (!dashArray.isEmpty())
286 writeNameValuePair(ts, "dash array", dashArray);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyleDefs.h151 Vector<SVGLength> dashArray; member in class:WebCore::StyleStrokeData

Completed in 114 milliseconds