Searched defs:clipRule (Results 1 – 11 of 11) sorted by relevance
/external/webkit/Source/WebCore/rendering/svg/ |
D | RenderSVGResourceClipper.cpp | 112 WindRule clipRule = RULE_NONZERO; in pathOnlyClipping() local
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 197 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
|
D | PainterOpenVG.cpp | 788 …d PainterOpenVG::clipPath(const Path& path, PainterOpenVG::ClipOperation maskOp, WindRule clipRule) in clipPath()
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
D | GraphicsContextAndroid.cpp | 294 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
|
D | PlatformGraphicsContextSkia.cpp | 209 bool PlatformGraphicsContextSkia::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
|
D | PlatformGraphicsContextRecording.cpp | 751 bool PlatformGraphicsContextRecording::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | SVGRenderStyle.h | 283 WindRule clipRule() const { return (WindRule) svg_inherited_flags._clipRule; } in clipRule() function
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 414 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 596 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 851 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 796 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath()
|