Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dskbug1719.cpp32 SkPath clipPath; variable
/external/skia/docs/examples/
DgetLocalBounds_broken.cpp12 SkPath clipPath; in draw() local
DCanvas_getDeviceClipBounds.cpp12 SkPath clipPath; in draw() local
DgetLocalBounds_working.cpp12 SkPath clipPath; in draw() local
DCanvas_quickReject_2.cpp8 SkPath testPath, clipPath; in draw() local
DCanvas_getLocalClipBounds.cpp12 SkPath clipPath; in draw() local
/external/skia/src/pdf/
DSkPDFGraphicStackState.cpp99 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/
DCardBackgroundDrawable.java38 private final Path clipPath = new Path(); field in CardBackgroundDrawable
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp71 CFX_Path clipPath; in CommonTest() local
130 CFX_Path clipPath; in OutOfSequenceClipTest() local
/external/skia/src/core/
DSkClipStackDevice.cpp50 void SkClipStackDevice::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkClipStackDevice
DSkRasterClipStack.h63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function
DSkDevice.cpp245 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
DSkClipStack.cpp757 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, in clipPath() function in SkClipStack
DSkBitmapDevice.cpp624 void SkBitmapDevice::clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkBitmapDevice
/external/skia/modules/svg/src/
DSkSVGNode.cpp56 if (const auto* clipPath = localContext.clipPath()) { in asPath() local
DSkSVGRenderContext.cpp352 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip() local
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp370 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/
DSkSVGRenderContext.h150 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function
/external/skia/src/gpu/ganesh/
DStencilMaskHelper.cpp438 SkTCopyOnFirstWrite<SkPath> clipPath(path); in drawPath() local
DClipStack.h93 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath() function
DDevice.cpp384 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/
DCanvas.java77 public void clipPath(Path path, ClipOp op, boolean antiAliasing) { in clipPath() method in Canvas
/external/skia/src/xps/
DSkXPSDevice.cpp1689 SkPath clipPath; in clip() local
1696 const SkPath& clipPath, in clipToPath()
/external/skia/tools/viewer/
DClipSlide.cpp119 SkPath clipPath = SkPathBuilder().addRRect(SkRRect::MakeRectXY(r, 20, 20)).detach(); in draw() local
/external/skia/include/core/
DSkCanvas.h1116 void clipPath(const SkPath& path, SkClipOp op) { in clipPath() function

12