Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h189 LottiePosition position = Point{0, 0};
386 LottiePosition position = Point{0.0f, 0.0f};
413 LottiePosition position = Point{0.0f, 0.0f};
438 LottiePosition position = Point{0.0f, 0.0f};
490 LottiePosition position = Point{0.0f, 0.0f};
689 LottiePosition position = Point{0.0f, 0.0f};
DtvgLottieProperty.h636 struct LottiePosition : LottieProperty struct
641 LottiePosition(Point v) : value(v) in LottiePosition() argument
645 ~LottiePosition() in ~LottiePosition() argument
709 if (exps->result<LottiePosition>(frameNo, out, exp)) return out; in operator() argument
DtvgLottieExpressions.cpp139 auto pos = (*static_cast<LottiePosition*>(property))(frameNo); in _value()
773 auto prv = (*static_cast<LottiePosition*>(exp->property))(pframe); in _velocityAtTime()
774 auto cur = (*static_cast<LottiePosition*>(exp->property))(cframe); in _velocityAtTime()
809 prv = (*static_cast<LottiePosition*>(exp->property))(pframe); in _speedAtTime()
810 cur = (*static_cast<LottiePosition*>(exp->property))(cframe); in _speedAtTime()