Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/
DtvgLottieCommon.h33 struct PathSet struct
35 Point* pts = nullptr;
36 PathCommand* cmds = nullptr;
37 uint16_t ptsCnt = 0;
38 uint16_t cmdsCnt = 0;
DtvgLottieProperty.h118 …enum class Type : uint8_t { Point = 0, Float, Opacity, Color, PathSet, ColorStop, Position, TextDo… enumerator