Searched refs:m_windRule (Results 1 – 4 of 4) sorted by relevance
134 void setWindRule(WindRule w) { m_windRule = w; } in setWindRule()135 WindRule windRule() const { return m_windRule; } in windRule()145 : m_windRule(RULE_NONZERO) in CSSBasicShapePolygon()150 WindRule m_windRule; variable
283 …return buildPolygonString(m_windRule, points, m_referenceBox ? m_referenceBox->cssText() : String(… in cssText()
219 void setWindRule(WindRule windRule) { m_windRule = windRule; } in setWindRule()226 virtual WindRule windRule() const OVERRIDE { return m_windRule; } in windRule()231 : m_windRule(RULE_NONZERO) in BasicShapePolygon()234 WindRule m_windRule; variable
216 return m_windRule == other.m_windRule && m_values == other.m_values; in operator ==()