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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 247 , m_strokeStyle(CanvasStyle::createFromRGBA(Color::black))
275 , m_strokeStyle(other.m_strokeStyle)
316 m_strokeStyle = other.m_strokeStyle;
363 visitor->trace(m_strokeStyle);
412 return state().m_strokeStyle.get();
422 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
436 modifiableState().m_strokeStyle = style.release()
    [all...]
CanvasRenderingContext2D.h 271 RefPtrWillBeMember<CanvasStyle> m_strokeStyle;

Completed in 96 milliseconds