Lines Matching refs:PathSet
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()
417 LottieScalarFrame<PathSet>* frame = nullptr; in operator()