Home
last modified time | relevance | path

Searched refs:MotionPathPosition (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dmotion_path_evaluator.cpp59 MotionPathPosition MotionPathEvaluator::Evaluate(float fraction) in Evaluate()
65 …return MotionPathPosition { .offset = startPoint_ * (1.0f - fraction) + endPoint_ * fraction, .rot… in Evaluate()
69 MotionPathPosition position; in Evaluate()
78 return MotionPathPosition { .offset = Offset(), .rotate = 0.0f }; in Evaluate()
H A Dmotion_path_evaluator.h34 struct MotionPathPosition { struct
48 MotionPathPosition Evaluate(float fraction); argument
/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 …Painter::GetMotionPathPosition(const std::string& path, double percent, MotionPathPosition& result) in GetMotionPathPosition()