Searched defs:ClipPath (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | clip_utils.h | 34 ClipPath() in ClipPath() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | clip_path.h | 50 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 D | core_canvas.cpp | 395 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 D | recording_canvas.cpp | 486 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 D | rs_paint_filter_canvas.cpp | 325 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 D | skia_canvas.cpp | 925 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 D | js_canvas.cpp | 1579 napi_value JsCanvas::ClipPath(napi_env env, napi_callback_info info) in ClipPath() function in OHOS::Rosen::Drawing::JsCanvas
|