/third_party/skia/gm/ |
H A D | skbug1719.cpp | 32 SkPath clipPath; in DEF_SIMPLE_GM_BG() local [all...] |
/third_party/skia/docs/examples/ |
H A D | getLocalBounds_working.cpp | 12 SkPath clipPath; in REG_FIDDLE() local
|
H A D | getLocalBounds_broken.cpp | 12 SkPath clipPath; in REG_FIDDLE() local
|
H A D | Canvas_getDeviceClipBounds.cpp | 13 SkPath clipPath; in REG_FIDDLE() local
|
H A D | Canvas_getLocalClipBounds.cpp | 13 SkPath clipPath; in REG_FIDDLE() local
|
H A D | Canvas_quickReject_2.cpp | 9 SkPath testPath, clipPath; in REG_FIDDLE() local
|
/third_party/skia/src/core/ |
H A D | SkRasterClipStack.h | 63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkRasterClipStack
|
H A D | SkDevice.h | 168 void clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkBaseDevice
|
H A D | SkClipStack.cpp | 763 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, in clipPath() function in SkClipStack
|
H A D | SkDevice.cpp | 253 SkPath clipPath; in drawEdgeAAQuad() local 294 SkPath clipPath; in drawEdgeAAImageSet() local
|
/third_party/skia/src/pdf/ |
H A D | SkPDFGraphicStackState.cpp | 96 static void append_clip_path(const SkPath& clipPath, SkWStream* wStream) { in append_clip_path() argument 124 SkPath clipPath; in append_clip() local
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGRenderContext.h | 140 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function in SkSVGRenderContext
|
/third_party/skia/src/gpu/v1/ |
H A D | ClipStack.h | 69 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath() function in skgpu::v1::final
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGRenderContext.cpp | 367 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip() local
|
/third_party/skia/samplecode/ |
H A D | SampleClip.cpp | 113 SkPath clipPath = SkPathBuilder().addRRect(SkRRect::MakeRectXY(r, 20, 20)).detach(); variable
|
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
H A D | Canvas.java | 78 public void clipPath(Path path, ClipOp op, boolean antiAliasing) { in clipPath() method in Canvas
|
/third_party/skia/include/core/ |
H A D | SkCanvas.h | 1012 void clipPath(const SkPath& path, SkClipOp op) { in clipPath() function in SkCanvas 1026 void clipPath(cons function in SkCanvas [all...] |
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 1699 SkPath clipPath; in clip() local 1705 clipToPath(IXpsOMVisual* xpsVisual, const SkPath& clipPath, XPS_FILL_RULE fillRule) clipToPath() argument
|