Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/
DPath.h74 RULE_NONZERO = 0, enumerator
103 bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
DGraphicsContextPrivate.h46 , fillRule(RULE_NONZERO) in GraphicsContextState()
/external/webkit/WebCore/svg/graphics/
DSVGPaintServerSolid.cpp71 context->setFillRule(style ? svgStyle->fillRule() : RULE_NONZERO); in setup()
DSVGResourceClipper.cpp108 case RULE_NONZERO: in operator <<()
/external/webkit/WebCore/rendering/style/
DSVGRenderStyle.h59 SVG_RS_DEFINE_ATTRIBUTE_INHERITED(WindRule, ClipRule, clipRule, RULE_NONZERO)
63 SVG_RS_DEFINE_ATTRIBUTE_INHERITED(WindRule, FillRule, fillRule, RULE_NONZERO)
/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp79 rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType); in contains()
/external/webkit/WebCore/css/
DCSSPrimitiveValueMappings.h1853 case RULE_NONZERO: in CSSPrimitiveValue()
1866 return RULE_NONZERO; in WindRule()
1871 return RULE_NONZERO; in WindRule()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp87 … m_path->setFillType(rule == RULE_NONZERO ? SkPath::kWinding_FillType : SkPath::kEvenOdd_FillType); in contains()
DGraphicsContextAndroid.cpp1118 case RULE_NONZERO: in fillPath()
/external/webkit/WebCore/rendering/
DSVGRenderTreeAsText.cpp298 writeIfNotDefault(ts, "fill rule", svgStyle->fillRule(), RULE_NONZERO); in writeStyle()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp162 case RULE_NONZERO: in toQtFillRule()