Searched refs:RULE_NONZERO (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DWindRule.h34 RULE_NONZERO = 0, enumerator in enum:WebCore::WindRule
H A DPath.h96 bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
H A DFloatPolygon.cpp199 return fillRule() == RULE_NONZERO ? containsNonZero(point) : containsEvenOdd(point);
H A DGraphicsContext.h126 , fillRule(RULE_NONZERO)
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGShape.h88 bool fillContains(const FloatPoint&, bool requiresFill = true, const WindRule fillRule = RULE_NONZERO);
H A DSVGRenderTreeAsText.cpp149 case RULE_NONZERO:
298 writeIfNotDefault(ts, "fill rule", svgStyle.fillRule(), RULE_NONZERO);
301 writeIfNotDefault(ts, "clip rule", svgStyle.clipRule(), RULE_NONZERO);
H A DRenderSVGResourceClipper.cpp82 WindRule clipRule = RULE_NONZERO;
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DBasicShapes.h61 virtual WindRule windRule() const { return RULE_NONZERO; }
219 : m_windRule(RULE_NONZERO)
H A DSVGRenderStyle.h64 static WindRule initialClipRule() { return RULE_NONZERO; }
68 static WindRule initialFillRule() { return RULE_NONZERO; }
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBasicShapes.h204 : m_windRule(RULE_NONZERO)
H A DCSSPrimitiveValueMappings.h4267 case RULE_NONZERO:
4282 return RULE_NONZERO;
4290 return RULE_NONZERO;
H A DCSSParser.cpp5866 shape->setWindRule(argument->id == CSSValueEvenodd ? RULE_EVENODD : RULE_NONZERO);
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp871 windRule = RULE_NONZERO;
937 WindRule newWindRule = RULE_NONZERO;
1000 WindRule newWindRule = RULE_NONZERO;
1056 WindRule windRule = RULE_NONZERO;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DGraphicsContextCG.cpp551 clipPath(path, RULE_NONZERO);
1227 if (fillRule == RULE_NONZERO)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DGraphicsContextCairo.cpp984 if (windRule == RULE_NONZERO)
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderBoxModelObject.cpp1863 graphicsContext->setFillRule(RULE_NONZERO);

Completed in 300 milliseconds