/external/webkit/WebCore/svg/graphics/ |
SVGResourceClipper.h | 39 WindRule windRule; 45 void addPath(const Path& pathData, WindRule windRule, bool bboxUnits) 50 clipData.windRule = windRule; 73 void addClipData(const Path&, WindRule, bool bboxUnits); 89 TextStream& operator<<(TextStream&, WindRule);
|
SVGResourceClipper.cpp | 92 WindRule clipRule = m_clipData.clipData()[0].windRule; 98 if (clipData.windRule != clipRule) 119 void SVGResourceClipper::addClipData(const Path& path, WindRule rule, bool bboxUnits) 136 TextStream& operator<<(TextStream& ts, WindRule rule) 150 ts << "[winding=" << d.windRule << "]";
|
/external/webkit/WebCore/rendering/style/ |
SVGRenderStyle.h | 64 SVG_RS_DEFINE_ATTRIBUTE_INHERITED(WindRule, ClipRule, clipRule, RULE_NONZERO) 68 SVG_RS_DEFINE_ATTRIBUTE_INHERITED(WindRule, FillRule, fillRule, RULE_NONZERO) 142 unsigned _clipRule : 1; // WindRule 143 unsigned _fillRule : 1; // WindRule
|
/external/webkit/WebCore/platform/graphics/ |
Path.h | 78 enum WindRule { 108 bool contains(const FloatPoint&, WindRule rule = RULE_NONZERO) const;
|
GraphicsContextPrivate.h | 65 WindRule fillRule;
|
GraphicsContext.h | 178 WindRule fillRule() const; 179 void setFillRule(WindRule); 277 void clipPath(WindRule);
|
GraphicsContext.cpp | 177 WindRule GraphicsContext::fillRule() const 182 void GraphicsContext::setFillRule(WindRule fillRule)
|
/external/webkit/WebCore/platform/graphics/wx/ |
PathWx.cpp | 42 int getWxWindRuleForWindRule(WindRule rule) 77 bool Path::contains(const FloatPoint& point, const WindRule rule) const
|
/external/webkit/WebCore/platform/graphics/haiku/ |
PathHaiku.cpp | 68 bool Path::contains(const FloatPoint& point, WindRule rule) const
|
/external/webkit/WebCore/platform/graphics/wince/ |
PathWince.cpp | 56 bool Path::contains(const FloatPoint& point, WindRule rule) const
|
PlatformPathWince.h | 149 bool contains(const FloatPoint& point, WindRule rule) const;
|
PlatformPathWince.cpp | 606 bool PlatformPath::contains(const FloatPoint& point, WindRule rule) const
|
/external/webkit/WebCore/platform/graphics/cg/ |
PathCG.cpp | 125 bool Path::contains(const FloatPoint &point, WindRule rule) const
|
GraphicsContextCG.cpp | 550 static inline void fillPathWithFillRule(CGContextRef context, WindRule fillRule) 700 void GraphicsContext::clipPath(WindRule clipRule) [all...] |
/external/webkit/WebCore/platform/graphics/openvg/ |
GraphicsContextOpenVG.cpp | 215 void GraphicsContext::clipPath(WindRule clipRule)
|
PainterOpenVG.cpp | 80 static VGFillRule toVGFillRule(WindRule fillRule)
|
/external/webkit/WebCore/platform/graphics/skia/ |
PathSkia.cpp | 77 bool Path::contains(const FloatPoint& point, WindRule rule) const
|
GraphicsContextSkia.cpp | 418 void GraphicsContext::clipPath(WindRule clipRule) [all...] |
/external/webkit/WebCore/platform/graphics/android/ |
PathAndroid.cpp | 78 bool Path::contains(const FloatPoint& point, WindRule rule) const
|
GraphicsContextAndroid.cpp | 785 void GraphicsContext::clipPath(WindRule clipRule) [all...] |
/external/webkit/WebCore/platform/graphics/cairo/ |
PathCairo.cpp | 268 bool Path::contains(const FloatPoint& point, WindRule rule) const
|
GraphicsContextCairo.cpp | 599 void GraphicsContext::clipPath(WindRule clipRule) [all...] |
/external/webkit/WebCore/platform/graphics/qt/ |
PathQt.cpp | 72 bool Path::contains(const FloatPoint& point, WindRule rule) const
|
GraphicsContextQt.cpp | 157 static inline Qt::FillRule toQtFillRule(WindRule rule) 683 void GraphicsContext::clipPath(WindRule clipRule) [all...] |
/external/webkit/WebCore/css/ |
CSSPrimitiveValueMappings.h | [all...] |