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

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 242 RefPtr<CanvasStyle> m_strokeStyle;
  /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;

Completed in 110 milliseconds