Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp73 int m_dashRatio; // Ratio of the length of a dash to its width. member
110 , m_dashRatio(3) in State()
130 , m_dashRatio(other.m_dashRatio) in State()
338 width = m_state->m_dashRatio * width; in setupPaintForStroking()