Searched refs:LottieColorStop (Results 1 – 3 of 3) sorted by relevance
503 struct LottieColorStop : LottieProperty struct510 ~LottieColorStop() in ~LottieColorStop() argument575 if (exps->result<LottieColorStop>(frameNo, fill, exp)) return Result::Success; in operator() argument616 LottieColorStop& operator=(const LottieColorStop& other)621 const_cast<LottieColorStop&>(other).frames = nullptr;624 const_cast<LottieColorStop&>(other).value = {nullptr, nullptr};
51 … static_cast<LottieGradient*>(pair->obj)->colorStops = *static_cast<LottieColorStop*>(pair->prop); in reset()52 static_cast<LottieColorStop*>(pair->prop)->frames = nullptr; in reset()84 pair->prop = new LottieColorStop; in assign()85 … *static_cast<LottieColorStop*>(pair->prop) = static_cast<LottieGradient*>(pair->obj)->colorStops; in assign()
599 LottieColorStop colorStops;614 this->colorStops = *static_cast<LottieColorStop*>(prop); in override()643 this->colorStops = *static_cast<LottieColorStop*>(prop); in override()