Home
last modified time | relevance | path

Searched defs:fillRule (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/svg/
DSkSVGPath.cpp31 SkString& fillRule = parser.getPaintLast(SkSVGPaint::kFillRule); in DEFINE_SVG_INFO() local
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGPath.cpp81 bool RenderSVGPath::fillContains(const FloatPoint& point, bool requiresFill, WindRule fillRule) in fillContains()
267 WindRule fillRule = svgStyle->fillRule(); in nodeAtFloatPoint() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPainterOpenVG.cpp79 static VGFillRule toVGFillRule(WindRule fillRule) in toVGFillRule()
717 void PainterOpenVG::drawPath(const Path& path, VGbitfield specifiedPaintModes, WindRule fillRule) in drawPath()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp202 WindRule GraphicsContext::fillRule() const in fillRule() function in WebCore::GraphicsContext
207 void GraphicsContext::setFillRule(WindRule fillRule) in setFillRule()
DGraphicsContext.h210 WindRule fillRule; member
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContextRecording.cpp329 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
DPlatformGraphicsContextSkia.cpp477 void PlatformGraphicsContextSkia::fillPath(const Path& pathToFill, WindRule fillRule) in fillPath()
DGraphicsOperation.h648 FillPath(const Path& pathToFill, WindRule fillRule) in FillPath()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h287 WindRule fillRule() const { return (WindRule) svg_inherited_flags._fillRule; } in fillRule() function
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp540 static inline void fillPathWithFillRule(CGContextRef context, WindRule fillRule) in fillPathWithFillRule()