Home
last modified time | relevance | path

Searched defs:CreateRSPath (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
Drs_path.cpp34 std::shared_ptr<RSPath> RSPath::CreateRSPath() in CreateRSPath() function in OHOS::Rosen::RSPath
40 std::shared_ptr<RSPath> RSPath::CreateRSPath(const SkPath& skPath) in CreateRSPath() function in OHOS::Rosen::RSPath
47 std::shared_ptr<RSPath> RSPath::CreateRSPath(const Drawing::Path& path) in CreateRSPath() function in OHOS::Rosen::RSPath
55 std::shared_ptr<RSPath> RSPath::CreateRSPath(const std::string& path) in CreateRSPath() function in OHOS::Rosen::RSPath
/foundation/arkui/ace_engine/frameworks/core/components/svg/
Drosen_render_svg_polygon.cpp116 bool RosenRenderSvgPolygon::CreateRSPath(const std::string& pointsStr, std::vector<RSPoint>& rsPoin… in CreateRSPath() function in OHOS::Ace::RosenRenderSvgPolygon