/external/skia/gm/ |
D | skbug1719.cpp | 32 SkPath clipPath; variable
|
/external/skia/docs/examples/ |
D | getLocalBounds_broken.cpp | 12 SkPath clipPath; in draw() local
|
D | Canvas_getDeviceClipBounds.cpp | 12 SkPath clipPath; in draw() local
|
D | getLocalBounds_working.cpp | 12 SkPath clipPath; in draw() local
|
D | Canvas_quickReject_2.cpp | 8 SkPath testPath, clipPath; in draw() local
|
D | Canvas_getLocalClipBounds.cpp | 12 SkPath clipPath; in draw() local
|
/external/skia/src/pdf/ |
D | SkPDFGraphicStackState.cpp | 99 static void append_clip_path(const SkPath& clipPath, SkWStream* wStream) { in append_clip_path() 127 SkPath clipPath; in append_clip() local
|
/external/setupdesign/main/src/com/google/android/setupdesign/widget/ |
D | CardBackgroundDrawable.java | 38 private final Path clipPath = new Path(); field in CardBackgroundDrawable
|
/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 71 CFX_Path clipPath; in CommonTest() local 130 CFX_Path clipPath; in OutOfSequenceClipTest() local
|
/external/skia/src/core/ |
D | SkClipStackDevice.cpp | 50 void SkClipStackDevice::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkClipStackDevice
|
D | SkRasterClipStack.h | 63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function
|
D | SkDevice.cpp | 245 SkPath clipPath; in drawEdgeAAQuad() local 280 SkPath clipPath; in drawEdgeAAImageSet() local 586 void SkNoPixelsDevice::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkNoPixelsDevice
|
D | SkClipStack.cpp | 757 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, in clipPath() function in SkClipStack
|
D | SkBitmapDevice.cpp | 624 void SkBitmapDevice::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkBitmapDevice
|
/external/skia/modules/svg/src/ |
D | SkSVGNode.cpp | 56 if (const auto* clipPath = localContext.clipPath()) { in asPath() local
|
D | SkSVGRenderContext.cpp | 352 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip() local
|
/external/pdfium/fpdfsdk/ |
D | fpdf_transformpage.cpp | 370 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath) { in FPDF_DestroyClipPath() 376 FPDF_CLIPPATH clipPath) { in FPDFPage_InsertClipPath()
|
/external/skia/modules/svg/include/ |
D | SkSVGRenderContext.h | 150 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function
|
/external/skia/src/gpu/ganesh/ |
D | StencilMaskHelper.cpp | 438 SkTCopyOnFirstWrite<SkPath> clipPath(path); in drawPath() local
|
D | ClipStack.h | 93 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath() function
|
D | Device.cpp | 384 void Device::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in skgpu::ganesh::Device
|
/external/skia/platform_tools/android/apps/jetski/src/main/java/org/skia/jetski/ |
D | Canvas.java | 77 public void clipPath(Path path, ClipOp op, boolean antiAliasing) { in clipPath() method in Canvas
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1689 SkPath clipPath; in clip() local 1696 const SkPath& clipPath, in clipToPath()
|
/external/skia/tools/viewer/ |
D | ClipSlide.cpp | 119 SkPath clipPath = SkPathBuilder().addRRect(SkRRect::MakeRectXY(r, 20, 20)).detach(); in draw() local
|
/external/skia/include/core/ |
D | SkCanvas.h | 1116 void clipPath(const SkPath& path, SkClipOp op) { in clipPath() function
|