Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/
H A Dclip_utils.h34 ClipPath() in ClipPath() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A 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
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dcore_canvas.cpp395 void CoreCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::Drawing::CoreCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp486 void RecordingCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::Drawing::RecordingCanvas
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp325 void RSPaintFilterCanvasBase::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::RSPaintFilterCanvasBase
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_canvas.cpp925 void SkiaCanvas::ClipPath(const Path& path, ClipOp op, bool doAntiAlias) in ClipPath() function in OHOS::Rosen::Drawing::SkiaCanvas
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp1579 napi_value JsCanvas::ClipPath(napi_env env, napi_callback_info info) in ClipPath() function in OHOS::Rosen::Drawing::JsCanvas