Searched refs:LinearInterpolator (Results 1 – 5 of 5) sorted by relevance
64 class RSB_EXPORT LinearInterpolator : public RSInterpolator {66 LinearInterpolator() = default;67 ~LinearInterpolator() override = default;70 [[nodiscard]] static LinearInterpolator* Unmarshalling(Parcel& parcel);74 LinearInterpolator(uint64_t id) : RSInterpolator(id) {} in LinearInterpolator() function
61 …tic std::shared_ptr<RSInterpolator> linearInterpolator_ { std::make_shared<LinearInterpolator>() };
79 ret = LinearInterpolator::Unmarshalling(parcel); in Unmarshalling()133 bool LinearInterpolator::Marshalling(Parcel& parcel) const in Marshalling()144 LinearInterpolator* LinearInterpolator::Unmarshalling(Parcel& parcel) in Unmarshalling()151 return new LinearInterpolator(id); in Unmarshalling()
71 LinearInterpolator linearInterpolator(id);85 LinearInterpolator linearInterpolator(id);87 LinearInterpolator* linear;
28 RSAnimationTimingCurve(std::make_shared<LinearInterpolator>());