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

  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 93 StrokeStyle m_strokeStyle;
137 , m_strokeStyle(SolidStroke)
159 , m_strokeStyle(other.m_strokeStyle)
350 if (m_state->m_strokeStyle != NoStroke
412 switch (m_state->m_strokeStyle) {
490 return m_state->m_strokeStyle;
495 m_state->m_strokeStyle = strokeStyle;
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 198 : m_strokeStyle(CanvasStyle::createFromRGBA(Color::black))
221 m_strokeStyle = other.m_strokeStyle;
254 m_strokeStyle = other.m_strokeStyle;
336 return state().m_strokeStyle.get();
344 if (state().m_strokeStyle && state().m_strokeStyle->isEquivalentColor(*style))
355 state().m_strokeStyle = style;
359 state().m_strokeStyle->applyStrokeColor(c)
    [all...]
CanvasRenderingContext2D.h 242 RefPtr<CanvasStyle> m_strokeStyle;

Completed in 150 milliseconds