Lines Matching refs:Array
156 static void _copy(PathSet* pathset, Array<Point>& outPts, Matrix* transform) in _copy()
158 Array<Point> inPts; in _copy()
175 static void _copy(PathSet* pathset, Array<PathCommand>& outCmds) in _copy()
177 Array<PathCommand> inCmds; in _copy()
261 Array<LottieScalarFrame<T>>* frames = nullptr;
299 if (!frames) frames = new Array<LottieScalarFrame<T>>; in newFrame()
352 Array<LottieScalarFrame<PathSet>>* frames = nullptr;
398 …frames = static_cast<Array<LottieScalarFrame<PathSet>>*>(calloc(1, sizeof(Array<LottieScalarFrame<… in newFrame()
414 …bool operator()(float frameNo, Array<PathCommand>& cmds, Array<Point>& pts, Matrix* transform, con… in operator()
441 Array<PathCommand> cmds1(path->cmdsCnt); in operator()
442 Array<Point> pts1(path->ptsCnt); in operator()
477 Array<PathCommand> cmds1; in operator()
478 Array<Point> pts1; in operator()
490 …bool operator()(float frameNo, Array<PathCommand>& cmds, Array<Point>& pts, Matrix* transform, con… in operator()
505 Array<LottieScalarFrame<ColorStop>>* frames = nullptr;
555 …frames = static_cast<Array<LottieScalarFrame<ColorStop>>*>(calloc(1, sizeof(Array<LottieScalarFram… in newFrame()
603 Array<Fill::ColorStop> result; in operator()
638 Array<LottieVectorFrame<Point>>* frames = nullptr;
678 if (!frames) frames = new Array<LottieVectorFrame<Point>>; in newFrame()
740 Array<LottieScalarFrame<TextDocument>>* frames = nullptr;
791 if (!frames) frames = new Array<LottieScalarFrame<TextDocument>>; in newFrame()