Home
last modified time | relevance | path

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

12

/third_party/skia/gm/
H A Dskbug1719.cpp32 SkPath clipPath; in DEF_SIMPLE_GM_BG() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_paint_method.cpp32 auto clipPath = props->GetClipPath().value_or(""); in GetContentDrawFunction() local
/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
/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_node.cpp103 auto clipPath = AceType::MakeRefPtr<ClipPath>(); in CreateBoxComponent() 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
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_paint_method.h83 void SetClipPath(const std::string& clipPath) in SetClipPath() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_model_impl.cpp95 auto clipPath = AceType::MakeRefPtr<ClipPath>(); in InitBox() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.cpp224 RSPath clipPath; in PaintSquareMoon() local
227 RSRecordingPath clipPath; in PaintSquareMoon() local
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_canvas_node_test.cpp3395 std::shared_ptr<RSPath> clipPath = RSPath::CreateRSPath(); in HWTEST_F() 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
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp532 auto clipPath = ClipPath::CreateShape(value); in CreateClipPath() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_node.cpp467 auto clipPath = refSvgNode->AsPath(viewPort); in AsRSPath() 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
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dstyle.h141 RefPtr<ClipPath> clipPath; member
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h265 void SetClipPath(const RefPtr<ClipPath>& clipPath) in SetClipPath() argument

Completed in 21 milliseconds

12