Home
last modified time | relevance | path

Searched defs:clipPath (Results 1 – 25 of 27) 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_getLocalClipBounds.cpp13 SkPath clipPath; in draw() local
DCanvas_getDeviceClipBounds.cpp13 SkPath clipPath; in draw() local
DCanvas_quickReject_2.cpp9 SkPath testPath, clipPath; in draw() local
DgetLocalBounds_working.cpp12 SkPath clipPath; in draw() local
/external/skia/src/pdf/
DSkPDFGraphicStackState.cpp96 static void append_clip_path(const SkPath& clipPath, SkWStream* wStream) { in append_clip_path()
124 SkPath clipPath; in append_clip() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp52 CFX_Path clipPath; in CommonTest() local
109 CFX_Path clipPath; in OutOfSequenceClipTest() local
/external/setupdesign/main/src/com/google/android/setupdesign/widget/
DCardBackgroundDrawable.java38 private final Path clipPath = new Path(); field in CardBackgroundDrawable
/external/skia/src/core/
DSkRasterClipStack.h63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function
DSkDevice.cpp243 SkPath clipPath; in drawEdgeAAQuad() local
284 SkPath clipPath; in drawEdgeAAImageSet() local
DSkClipStack.cpp752 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, in clipPath() function in SkClipStack
DSkDevice.h186 void clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function
DSkCanvas.cpp1616 void SkCanvas::clipPath(const SkPath& path, SkClipOp op, bool doAA) { in clipPath() function in SkCanvas
/external/skia/modules/svg/src/
DSkSVGNode.cpp50 if (const auto* clipPath = localContext.clipPath()) { in asPath() local
DSkSVGRenderContext.cpp335 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip() local
/external/skia/modules/svg/include/
DSkSVGRenderContext.h134 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function
/external/pdfium/fpdfsdk/
Dfpdf_transformpage.cpp371 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath) { in FPDF_DestroyClipPath()
377 FPDF_CLIPPATH clipPath) { in FPDFPage_InsertClipPath()
/external/skia/src/gpu/ganesh/
DStencilMaskHelper.cpp419 SkTCopyOnFirstWrite<SkPath> clipPath(path); in drawPath() local
DClipStack.h77 void clipPath(const SkMatrix& ctm, const SkPath& path, GrAA aa, SkClipOp op) { in clipPath() function
/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.cpp1696 SkPath clipPath; in clip() local
1703 const SkPath& clipPath, in clipToPath()
/external/skia/tools/viewer/
DClipSlide.cpp117 SkPath clipPath = SkPathBuilder().addRRect(SkRRect::MakeRectXY(r, 20, 20)).detach(); in draw() local
/external/skia/include/core/
DSkCanvas.h1034 void clipPath(const SkPath& path, SkClipOp op) { in clipPath() function
/external/skia/modules/canvaskit/
Dexterns.js237 clipPath: function() {}, method

12