Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieModel.h443 struct LottieTransform : LottieObject struct
457 ~LottieTransform() in ~LottieTransform() argument
463 void prepare() in prepare()
468 bool mergeable() override in mergeable()
474 LottieProperty* property(uint16_t ix) override in property()
491 LottieFloat rotation = 0.0f; //z rotation
494 LottieOpacity opacity = 255;
495 LottieFloat skewAngle = 0.0f;
496 LottieFloat skewAxis = 0.0f;
498 SeparateCoord* coords = nullptr; //either a position or separate coordinates
[all …]