HomeSort by relevance Sort by last modified time
    Searched refs:m_lineDash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 473 return state().m_lineDash;
491 modifiableState().m_lineDash = dash;
495 modifiableState().m_lineDash.append(dash);
506 modifiableState().m_lineDash = dash;
541 DashArray convertedLineDash(state().m_lineDash.size());
542 for (size_t i = 0; i < state().m_lineDash.size(); ++i)
543 convertedLineDash[i] = static_cast<DashArrayElement>(state().m_lineDash[i]);
    [all...]
CanvasRenderingContext2D.h 268 Vector<float> m_lineDash;

Completed in 5784 milliseconds