Home
last modified time | relevance | path

Searched defs:clipRule (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceClipper.cpp112 WindRule clipRule = RULE_NONZERO; in pathOnlyClipping() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp197 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
DPainterOpenVG.cpp788 …d PainterOpenVG::clipPath(const Path& path, PainterOpenVG::ClipOperation maskOp, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp294 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
DPlatformGraphicsContextSkia.cpp209 bool PlatformGraphicsContextSkia::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
DPlatformGraphicsContextRecording.cpp751 bool PlatformGraphicsContextRecording::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyle.h283 WindRule clipRule() const { return (WindRule) svg_inherited_flags._clipRule; } in clipRule() function
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp414 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp596 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp851 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp796 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()