Home
last modified time | relevance | path

Searched refs:WindRule (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h61 static WindRule initialClipRule() { return RULE_NONZERO; } in initialClipRule()
65 static WindRule initialFillRule() { return RULE_NONZERO; } in initialFillRule()
134 void setClipRule(WindRule val) { svg_inherited_flags._clipRule = val; } in setClipRule()
138 void setFillRule(WindRule val) { svg_inherited_flags._fillRule = val; } in setFillRule()
283 WindRule clipRule() const { return (WindRule) svg_inherited_flags._clipRule; } in clipRule()
287 WindRule fillRule() const { return (WindRule) svg_inherited_flags._fillRule; } in fillRule()
/external/webkit/Source/WebCore/platform/graphics/
DPath.h84 enum WindRule { enum
113 bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
DGraphicsContext.h210 WindRule fillRule;
251 WindRule fillRule() const;
252 void setFillRule(WindRule);
367 void clipPath(const Path&, WindRule);
DGraphicsContext.cpp202 WindRule GraphicsContext::fillRule() const in fillRule()
207 void GraphicsContext::setFillRule(WindRule fillRule) in setFillRule()
640 WindRule oldFillRule = fillRule(); in fillRectWithRoundedHole()
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.h115 …void drawPath(const Path&, VGbitfield paintModes = (VG_STROKE_PATH | VG_FILL_PATH), WindRule fillR…
118 void clipPath(const Path&, PainterOpenVG::ClipOperation, WindRule clipRule = RULE_NONZERO);
DPainterOpenVG.cpp79 static VGFillRule toVGFillRule(WindRule fillRule) in toVGFillRule()
717 void PainterOpenVG::drawPath(const Path& path, VGbitfield specifiedPaintModes, WindRule fillRule) in drawPath()
788 void PainterOpenVG::clipPath(const Path& path, PainterOpenVG::ClipOperation maskOp, WindRule clipRu… in clipPath()
DGraphicsContextOpenVG.cpp197 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextSkia.h70 virtual void clipPath(const Path& pathToClip, WindRule clipRule);
92 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
DPlatformGraphicsContextRecording.h86 virtual void clipPath(const Path& pathToClip, WindRule clipRule);
108 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
DPlatformGraphicsContext.h100 virtual void clipPath(const Path& pathToClip, WindRule clipRule) = 0;
122 virtual void fillPath(const Path& pathToFill, WindRule fillRule) = 0;
DGraphicsOperation.h500 void setWindRule(WindRule rule) { m_windRule = rule; m_hasWindRule = true; } in setWindRule()
515 WindRule m_windRule;
648 FillPath(const Path& pathToFill, WindRule fillRule) in FillPath()
656 WindRule m_fillRule;
DPlatformGraphicsContextRecording.cpp239 void PlatformGraphicsContextRecording::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
329 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
DPlatformGraphicsContextSkia.cpp207 void PlatformGraphicsContextSkia::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
477 void PlatformGraphicsContextSkia::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
DGraphicsContextAndroid.cpp291 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp43 int getWxWindRuleForWindRule(WindRule rule) in getWxWindRuleForWindRule()
78 bool Path::contains(const FloatPoint& point, const WindRule rule) const in contains()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.h51 … bool fillContains(const FloatPoint&, bool requiresFill = true, WindRule fillRule = RULE_NONZERO);
DRenderSVGPath.cpp81 bool RenderSVGPath::fillContains(const FloatPoint& point, bool requiresFill, WindRule fillRule) in fillContains()
267 WindRule fillRule = svgStyle->fillRule(); in nodeAtFloatPoint()
DRenderSVGResourceClipper.cpp112 WindRule clipRule = RULE_NONZERO; in pathOnlyClipping()
236 WindRule newClipRule = style->svgStyle()->clipRule(); in drawContentIntoMaskImage()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp76 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()
/external/webkit/Source/WebCore/platform/graphics/wince/
DPathWinCE.cpp56 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()
DPlatformPathWinCE.h154 bool contains(const FloatPoint& point, WindRule rule) const;
/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp84 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp125 bool Path::contains(const FloatPoint &point, WindRule rule) const in contains()
DGraphicsContextCG.cpp540 static inline void fillPathWithFillRule(CGContextRef context, WindRule fillRule) in fillPathWithFillRule()
803 WindRule oldFillRule = fillRule(); in fillRectWithRoundedHole()
851 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp91 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()

12