Home
last modified time | relevance | path

Searched refs:GetMotionPathPosition (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp71 if (RosenSvgPainter::GetMotionPathPosition(motionPathOption_.GetPath(), progress, position)) { in Evaluate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/painter/
H A Drosen_svg_painter.h71 …static bool GetMotionPathPosition(const std::string& path, double percent, MotionPathPosition& res…
H A Drosen_svg_painter.cpp468 bool RosenSvgPainter::GetMotionPathPosition(const std::string& path, double percent, MotionPathPosi… in GetMotionPathPosition() function in OHOS::Ace::RosenSvgPainter