Searched refs:PathSet (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/src/libs/thorvg/ |
D | tvgLottieProperty.h | 118 …enum class Type : uint8_t { Point = 0, Float, Opacity, Color, PathSet, ColorStop, Position, TextDo… enumerator 156 static void _copy(PathSet* pathset, Array<Point>& outPts, Matrix* transform) in _copy() 175 static void _copy(PathSet* pathset, Array<PathCommand>& outCmds) in _copy() 352 Array<LottieScalarFrame<PathSet>>* frames = nullptr; 353 PathSet value; 395 LottieScalarFrame<PathSet>& newFrame() in newFrame() 398 …frames = static_cast<Array<LottieScalarFrame<PathSet>>*>(calloc(1, sizeof(Array<LottieScalarFrame<… in newFrame() 403 …memset((void*)(frames->data + old), 0x00, sizeof(LottieScalarFrame<PathSet>) * (frames->reserved -… in newFrame() 409 LottieScalarFrame<PathSet>& nextFrame() in nextFrame() 416 PathSet* path = nullptr; in operator() [all …]
|
D | tvgLottieCommon.h | 33 struct PathSet struct
|
D | tvgLottieParser.h | 62 void getValue(PathSet& path);
|
D | tvgLottieParser.cpp | 183 void LottieParser::getValue(PathSet& path) in getValue() 697 path.type = LottieProperty::Type::PathSet; in getPathSet()
|
D | tvgLottieExpressions.cpp | 132 case LottieProperty::Type::PathSet: { in _value() 1104 if (exp->property->type == LottieProperty::Type::PathSet) _buildPath(context, exp); in _buildProperty()
|