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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContextTest.cpp997 DashArray dashArray; local
998 dashArray.append(1);
999 dashArray.append(0);
1000 context.setLineDash(dashArray, 0);
1043 DashArray dashArray; local
1044 dashArray.append(1);
1045 dashArray.append(0);
1046 context.setLineDash(dashArray, 0);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DSVGRenderStyleDefs.h140 Vector<SVGLength> dashArray; member in class:WebCore::StyleStrokeData
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRenderTreeAsText.cpp284 DashArray dashArray; local
287 dashArray.append((*it).value(lengthContext));
295 if (!dashArray.isEmpty())
296 writeNameValuePair(ts, "dash array", dashArray);

Completed in 255 milliseconds