Home
last modified time | relevance | path

Searched refs:m_dashRatio (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp97 int m_dashRatio; // Ratio of the length of a dash to its width. member
141 , m_dashRatio(3) in State()
163 , m_dashRatio(other.m_dashRatio) in State()
417 width = m_state->m_dashRatio * width; in setupPaintForStroking()