Home
last modified time | relevance | path

Searched refs:PathSet (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/libs/thorvg/
DtvgLottieProperty.h118 …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 …]
DtvgLottieCommon.h33 struct PathSet struct
DtvgLottieParser.h62 void getValue(PathSet& path);
DtvgLottieParser.cpp183 void LottieParser::getValue(PathSet& path) in getValue()
697 path.type = LottieProperty::Type::PathSet; in getPathSet()
DtvgLottieExpressions.cpp132 case LottieProperty::Type::PathSet: { in _value()
1104 if (exp->property->type == LottieProperty::Type::PathSet) _buildPath(context, exp); in _buildProperty()