/external/webkit/Source/WebCore/rendering/style/ |
D | SVGRenderStyle.h | 61 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/ |
D | Path.h | 84 enum WindRule { enum 113 bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
|
D | GraphicsContext.h | 210 WindRule fillRule; 251 WindRule fillRule() const; 252 void setFillRule(WindRule); 367 void clipPath(const Path&, WindRule);
|
D | GraphicsContext.cpp | 202 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/ |
D | PainterOpenVG.h | 115 …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);
|
D | PainterOpenVG.cpp | 79 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()
|
D | GraphicsContextOpenVG.cpp | 197 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | PlatformGraphicsContextSkia.h | 70 virtual void clipPath(const Path& pathToClip, WindRule clipRule); 92 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
|
D | PlatformGraphicsContextRecording.h | 86 virtual void clipPath(const Path& pathToClip, WindRule clipRule); 108 virtual void fillPath(const Path& pathToFill, WindRule fillRule);
|
D | PlatformGraphicsContext.h | 100 virtual void clipPath(const Path& pathToClip, WindRule clipRule) = 0; 122 virtual void fillPath(const Path& pathToFill, WindRule fillRule) = 0;
|
D | GraphicsOperation.h | 500 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;
|
D | PlatformGraphicsContextRecording.cpp | 239 void PlatformGraphicsContextRecording::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath() 329 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
|
D | PlatformGraphicsContextSkia.cpp | 207 void PlatformGraphicsContextSkia::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath() 477 void PlatformGraphicsContextSkia::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
|
D | GraphicsContextAndroid.cpp | 291 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | PathWx.cpp | 43 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/ |
D | RenderSVGPath.h | 51 … bool fillContains(const FloatPoint&, bool requiresFill = true, WindRule fillRule = RULE_NONZERO);
|
D | RenderSVGPath.cpp | 81 bool RenderSVGPath::fillContains(const FloatPoint& point, bool requiresFill, WindRule fillRule) in fillContains() 267 WindRule fillRule = svgStyle->fillRule(); in nodeAtFloatPoint()
|
D | RenderSVGResourceClipper.cpp | 112 WindRule clipRule = RULE_NONZERO; in pathOnlyClipping() 236 WindRule newClipRule = style->svgStyle()->clipRule(); in drawContentIntoMaskImage()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | PathHaiku.cpp | 76 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PathWinCE.cpp | 56 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()
|
D | PlatformPathWinCE.h | 154 bool contains(const FloatPoint& point, WindRule rule) const;
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PathSkia.cpp | 84 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | PathCG.cpp | 125 bool Path::contains(const FloatPoint &point, WindRule rule) const in contains()
|
D | GraphicsContextCG.cpp | 540 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/ |
D | PathAndroid.cpp | 91 bool Path::contains(const FloatPoint& point, WindRule rule) const in contains()
|