Home
last modified time | relevance | path

Searched defs:Path (Results 1 – 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
Dpath_impl.h32 class Path; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
Ddrawing_forward.h28 class Path; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
Dpath.cpp23 Path::Path() noexcept : impl_(ImplFactory::CreatePathImpl()) {} in Path() function in OHOS::Rosen::Drawing::Path
25 Path::Path(const Path& other) noexcept in Path() function in OHOS::Rosen::Drawing::Path
/foundation/arkui/ace_engine/frameworks/base/geometry/
Dshape.h423 Path() : BasicShape(BasicShapeType::PATH) {} in Path() function