Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_path.cpp26 std::shared_ptr<RSPath> RSPath::CreateRSPath() in CreateRSPath() function in OHOS::Rosen::RSPath
31 std::shared_ptr<RSPath> RSPath::CreateRSPath(const Drawing::Path& path) in CreateRSPath() function in OHOS::Rosen::RSPath
38 std::shared_ptr<RSPath> RSPath::CreateRSPath(const std::string& path) in CreateRSPath() function in OHOS::Rosen::RSPath
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_polygon.cpp114 bool RosenRenderSvgPolygon::CreateRSPath(const std::string& pointsStr, std::vector<RSPoint>& rsPoin… in CreateRSPath() function in OHOS::Ace::RosenRenderSvgPolygon