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

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 200 , m_lineWidth(1)
223 m_lineWidth = other.m_lineWidth;
256 m_lineWidth = other.m_lineWidth;
394 return state().m_lineWidth;
401 state().m_lineWidth = width;
934 boundingRect.inflate(state().m_miterLimit + state().m_lineWidth);
1023 strokeRect(x, y, width, height, state().m_lineWidth);
    [all...]
CanvasRenderingContext2D.h 244 float m_lineWidth;

Completed in 20 milliseconds