Home
last modified time | relevance | path

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

123

/third_party/flutter/skia/gm/
Dskbug1719.cpp32 SkPath clipPath; variable
/third_party/skia/gm/
Dskbug1719.cpp32 SkPath clipPath; variable
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCClipProcessor.cpp17 GrCCClipProcessor::GrCCClipProcessor(const GrCCClipPath* clipPath, IsCoverageCount isCoverageCount, in GrCCClipProcessor()
35 const SkPath& clipPath = fClipPath->deviceSpacePath(); in onGetGLSLProcessorKey() local
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dclip_path_layer.h19 …ClipPathLayer(const SkPath& clipPath, Clip clipBehavior) : clipPath_(clipPath), clipBehavior_(clip… in ClipPathLayer()
/third_party/skia/docs/examples/
DgetLocalBounds_broken.cpp12 SkPath clipPath; in draw() local
DgetLocalBounds_working.cpp12 SkPath clipPath; in draw() local
DCanvas_getLocalClipBounds.cpp13 SkPath clipPath; in draw() local
DCanvas_quickReject_2.cpp9 SkPath testPath, clipPath; in draw() local
DCanvas_getDeviceClipBounds.cpp13 SkPath clipPath; in draw() local
/third_party/flutter/skia/docs/examples/
DCanvas_getLocalClipBounds.cpp13 SkPath clipPath; in draw() local
DCanvas_quickReject_2.cpp9 SkPath testPath, clipPath; in draw() local
DCanvas_getDeviceClipBounds.cpp13 SkPath clipPath; in draw() local
/third_party/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
/third_party/flutter/skia/samplecode/
DSampleIdentityScale.cpp58 SkPath clipPath; in onDrawContent() local
DSampleClip.cpp115 SkPath clipPath; in onDrawContent() local
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicStackState.cpp105 static void append_clip_path(const SkPath& clipPath, SkWStream* wStream) { in append_clip_path()
133 SkPath clipPath; in append_clip() local
/third_party/flutter/skia/experimental/svg/model/
DSkSVGRenderContext.h86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function
DSkSVGNode.cpp42 if (const auto* clipPath = localContext.clipPath()) { in asPath() local
/third_party/skia/src/core/
DSkRasterClipStack.h63 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h134 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } in clipPath() function
/third_party/skia/modules/svg/src/
DSkSVGNode.cpp50 if (const auto* clipPath = localContext.clipPath()) { in asPath() local
/third_party/flutter/skia/experimental/xform/
DXContext.cpp53 void clipPath(const SkPath& p, SkClipOp op) override { in clipPath() function in RasterXformResolver
/third_party/flutter/skia/src/core/
DSkRasterClipStack.h114 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { in clipPath() function
/third_party/skia/experimental/xform/
DXContext.cpp53 void clipPath(const SkPath& p, SkClipOp op) override { in clipPath() function in RasterXformResolver
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp419 SkTCopyOnFirstWrite<SkPath> clipPath(path); in drawPath() local

123