Lines Matching refs:Point
96 Point dp = next->value - value; in angle()
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()
158 Array<Point> inPts; in _copy()
162 Point pt = pathset->pts[i]; in _copy()
414 …bool operator()(float frameNo, Array<PathCommand>& cmds, Array<Point>& pts, Matrix* transform, con… in operator()
442 Array<Point> pts1(path->ptsCnt); in operator()
468 auto interpPts = (Point*)malloc(frame->value.ptsCnt * sizeof(Point)); in operator()
478 Array<Point> pts1; in operator()
490 …bool operator()(float frameNo, Array<PathCommand>& cmds, Array<Point>& pts, Matrix* transform, con… in operator()
638 Array<LottieVectorFrame<Point>>* frames = nullptr;
639 Point value;
641 LottiePosition(Point v) : value(v) in LottiePosition()
676 LottieVectorFrame<Point>& newFrame() in newFrame()
678 if (!frames) frames = new Array<LottieVectorFrame<Point>>; in newFrame()
682 …memset((void*)(frames->data + old), 0x00, sizeof(LottieVectorFrame<Point>) * (frames->reserved - o… in newFrame()
688 LottieVectorFrame<Point>& nextFrame() in nextFrame()
693 Point operator()(float frameNo) in operator()
704 Point operator()(float frameNo, LottieExpressions* exps) in operator()
706 Point out{}; in operator()
834 using LottiePoint = LottieGenericProperty<Point>;