Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContextState.h54 , m_fillRule(RULE_NONZERO) in GraphicsContextState()
74 , m_fillRule(other.m_fillRule) in GraphicsContextState()
116 WindRule m_fillRule; variable
DGraphicsContext.h120 WindRule fillRule() const { return m_state->m_fillRule; } in fillRule()
121 void setFillRule(WindRule fillRule) { m_state->m_fillRule = fillRule; } in setFillRule()
DGraphicsContext.cpp1329 …SkPath::FillType temporaryFillType = m_state->m_fillRule == RULE_EVENODD ? SkPath::kEvenOdd_FillTy… in fillPath()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DFloatPolygon.h57 WindRule fillRule() const { return m_fillRule; } in fillRule()
75 WindRule m_fillRule; variable
DFloatPolygon.cpp84 , m_fillRule(fillRule) in FloatPolygon()