Searched defs:fillRule (Results 1 – 10 of 10) sorted by relevance
31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule); in DEFINE_SVG_INFO() local
81 bool RenderSVGPath::fillContains(const FloatPoint& point, bool requiresFill, WindRule fillRule) in fillContains()267 WindRule fillRule = svgStyle->fillRule(); in nodeAtFloatPoint() local
79 static VGFillRule toVGFillRule(WindRule fillRule) in toVGFillRule()717 void PainterOpenVG::drawPath(const Path& path, VGbitfield specifiedPaintModes, WindRule fillRule) in drawPath()
202 WindRule GraphicsContext::fillRule() const in fillRule() function in WebCore::GraphicsContext207 void GraphicsContext::setFillRule(WindRule fillRule) in setFillRule()
210 WindRule fillRule; member
329 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
477 void PlatformGraphicsContextSkia::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
648 FillPath(const Path& pathToFill, WindRule fillRule) in FillPath()
287 WindRule fillRule() const { return (WindRule) svg_inherited_flags._fillRule; } in fillRule() function
540 static inline void fillPathWithFillRule(CGContextRef context, WindRule fillRule) in fillPathWithFillRule()