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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext2D.cpp 133 , m_fillStyle(CanvasStyle::createFromRGBA(Color::black))
158 , m_fillStyle(other.m_fillStyle)
194 m_fillStyle = other.m_fillStyle;
298 return state().m_fillStyle.get();
308 if (state().m_fillStyle && state().m_fillStyle->isEquivalentColor(*style))
320 modifiableState().m_fillStyle = style.release();
324 state().m_fillStyle->applyFillColor(c)
    [all...]
CanvasRenderingContext2D.h 255 RefPtr<CanvasStyle> m_fillStyle;

Completed in 421 milliseconds