Home
last modified time | relevance | path

Searched defs:ClipPath (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/frameworks/draw/
Dclip_utils.h34 ClipPath() in ClipPath() function
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
Dclip_path.h50 explicit ClipPath(const RefPtr<BasicShape>& basicShape) : basicShape_(basicShape) {} in ClipPath() function
51 ClipPath(GeometryBoxType geometryBoxType, const RefPtr<BasicShape>& basicShape) in ClipPath() function
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/
Dtesting_canvas.h99 virtual void ClipPath(const TestingPath& path, ClipOp op, bool doAntiAlias) {} in ClipPath() function
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dcore_canvas.cpp178 void CoreCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::Drawing::CoreCanvas
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
Drecording_canvas.cpp195 void RecordingCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::Drawing::RecordingCanvas
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
Drs_paint_filter_canvas.cpp200 void RSPaintFilterCanvasBase::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::RSPaintFilterCanvasBase
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
Dskia_canvas.cpp645 void SkiaCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::Drawing::SkiaCanvas