Home
last modified time | relevance | path

Searched defs:clipPath (Results 1 - 18 of 18) sorted by relevance

/third_party/skia/gm/
H A Dskbug1719.cpp32 SkPath clipPath; in DEF_SIMPLE_GM_BG() local
[all...]
/third_party/skia/docs/examples/
H A DgetLocalBounds_working.cpp12 SkPath clipPath; in REG_FIDDLE() local
H A DgetLocalBounds_broken.cpp12 SkPath clipPath; in REG_FIDDLE() local
H A DCanvas_getDeviceClipBounds.cpp13 SkPath clipPath; in REG_FIDDLE() local
H A DCanvas_getLocalClipBounds.cpp13 SkPath clipPath; in REG_FIDDLE() local
H A DCanvas_quickReject_2.cpp9 SkPath testPath, clipPath; in REG_FIDDLE() local
/third_party/skia/src/core/
H A DSkRasterClipStack.h63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkRasterClipStack
H A DSkDevice.h168 void clipPath(const SkPath& path, SkClipOp op, bool aa) { in clipPath() function in SkBaseDevice
H A DSkClipStack.cpp763 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, in clipPath() function in SkClipStack
H A DSkDevice.cpp253 SkPath clipPath; in drawEdgeAAQuad() local
294 SkPath clipPath; in drawEdgeAAImageSet() local
/third_party/skia/src/pdf/
H A DSkPDFGraphicStackState.cpp96 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 DSkSVGRenderContext.h140 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function in SkSVGRenderContext
/third_party/skia/src/gpu/v1/
H A DClipStack.h69 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 DSkSVGRenderContext.cpp367 const SkPath clipPath = static_cast<const SkSVGClipPath*>(clipNode.get())->resolveClip(*this); in applyClip() local
/third_party/skia/samplecode/
H A DSampleClip.cpp113 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 DCanvas.java78 public void clipPath(Path path, ClipOp op, boolean antiAliasing) { in clipPath() method in Canvas
/third_party/skia/include/core/
H A DSkCanvas.h1012 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 DSkXPSDevice.cpp1699 SkPath clipPath; in clip() local
1705 clipToPath(IXpsOMVisual* xpsVisual, const SkPath& clipPath, XPS_FILL_RULE fillRule) clipToPath() argument

Completed in 18 milliseconds