Home
last modified time | relevance | path

Searched defs:clipPath (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DInspectorCanvas.h55 virtual bool clipPath(const SkPath&, SkRegion::Op) { in clipPath() function
DInstrumentedPlatformCanvas.h111 virtual bool clipPath(const SkPath& path, SkRegion::Op op) in clipPath() function
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGResourceClipper.cpp113 Path clipPath = Path(); in pathOnlyClipping() local
220 SVGClipPathElement* clipPath = static_cast<SVGClipPathElement*>(node()); in drawContentIntoMaskImage() local
/external/skia/src/core/
DSkBBoxHierarchyRecord.cpp93 bool SkBBoxHierarchyRecord::clipPath(const SkPath& path, in clipPath() function in SkBBoxHierarchyRecord
/external/skia/src/gpu/
DGrClipMaskManager.cpp631 SkTCopyOnFirstWrite<SkPath> clipPath; in createStencilClipMask() local
966 SkPath clipPath = element->getPath(); in createSoftwareClipMask() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DRecordingContextCanvasProxy.h64 …virtual bool clipPath(const SkPath&, SkRegion::Op, bool) { /* NOT IMPLEMENTED*/ CRASH(); return -1… in clipPath() function
DGraphicsContextAndroid.cpp294 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath() function in WebCore::GraphicsContext
DPlatformGraphicsContextSkia.cpp209 bool PlatformGraphicsContextSkia::clipPath(const Path& pathToClip, WindRule clipRule) in clipPath() function in WebCore::PlatformGraphicsContextSkia
/external/skia/legacy/src/utils/
DSkProxyCanvas.cpp65 bool SkProxyCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath() function in SkProxyCanvas
DSkNWayCanvas.cpp144 bool SkNWayCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath() function in SkNWayCanvas
DSkDeferredCanvas.cpp267 bool SkDeferredCanvas::clipPath(const SkPath& path, in clipPath() function in SkDeferredCanvas
DSkDumpCanvas.cpp248 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath() function in SkDumpCanvas
/external/skia/src/utils/
DSkProxyCanvas.cpp69 bool SkProxyCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath() function in SkProxyCanvas
DSkPictureUtils.cpp181 virtual bool clipPath(const SkPath& path, SkRegion::Op op, in clipPath() function in NoSaveLayerCanvas
DSkNWayCanvas.cpp155 bool SkNWayCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath() function in SkNWayCanvas
DSkDumpCanvas.cpp288 bool SkDumpCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath() function in SkDumpCanvas
/external/skia/src/pdf/
DSkPDFDevice.cpp317 static void emit_clip(SkPath* clipPath, SkRect* clipRect, in emit_clip()
380 SkPath clipPath; in updateClip() local
1351 SkPath clipPath; in setUpContentEntry() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp197 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath() function in WebCore::GraphicsContext
DPainterOpenVG.cpp788 void PainterOpenVG::clipPath(const Path& path, PainterOpenVG::ClipOperation maskOp, WindRule clipRu… in clipPath() function in WebCore::PainterOpenVG
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp796 void GraphicsContext::clipPath(const Path& path, WindRule clipRule) in clipPath() function in WebCore::GraphicsContext
1113 QPainterPath clipPath = path.platformPath(); in clip() local
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp334 void GraphicsContext::clipPath(const Path&, WindRule) in clipPath() function in WebCore::GraphicsContext
/external/skia/legacy/src/pipe/
DSkGPipeWrite.cpp415 bool SkGPipeCanvas::clipPath(const SkPath& path, SkRegion::Op rgnOp) { in clipPath() function in SkGPipeCanvas
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp306 void PlatformContextSkia::clipPathAntiAliased(const SkPath& clipPath) in clipPathAntiAliased()
/external/skia/tests/
DCanvasTest.cpp74 virtual void clipPath(const SkPath& p, SkRegion::Op op, bool aa) { in clipPath() function in Canvas2CanvasClipVisitor
/external/skia/legacy/src/core/
DSkPictureRecord.cpp193 bool SkPictureRecord::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { in clipPath() function in SkPictureRecord

12