Searched refs:DashArrayElement (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DDashArray.h31 typedef float DashArrayElement; typedef
33 typedef Vector<DashArrayElement> DashArray;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp670 convertedLineDash[i] = static_cast<DashArrayElement>(state().m_lineDash[i]);

Completed in 119 milliseconds