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

  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.h 244 float m_lineWidth;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 550 : m_rect(rect), m_lineWidth(lineWidth) {}
552 context->strokeRect(m_rect, m_lineWidth);
558 float m_lineWidth;

Completed in 290 milliseconds