Searched refs:RSRenderParticleVector (Results 1 – 15 of 15) sorted by relevance
424 class RSB_EXPORT RSRenderParticleVector {426 …explicit RSRenderParticleVector(std::vector<std::shared_ptr<RSRenderParticle>>&& renderParticleVec… in RSRenderParticleVector() function430 RSRenderParticleVector() = default;431 ~RSRenderParticleVector() = default;432 RSRenderParticleVector(const RSRenderParticleVector& other) in RSRenderParticleVector() function436 RSRenderParticleVector& operator=(const RSRenderParticleVector& other)465 bool operator==(const RSRenderParticleVector& rhs) const
43 const RSRenderParticleVector& GetRenderParticle() in GetRenderParticle()63 RSRenderParticleVector renderParticleVector_;
38 class RSRenderParticleVector; variable406 DECLARE_NOANIMATABLE_MODIFIER(Particles, RSRenderParticleVector, PARTICLE, Foreground)
188 void SetParticles(const RSRenderParticleVector& particles);189 const RSRenderParticleVector& GetParticles() const;731 RSRenderParticleVector particles_;
59 auto property = std::static_pointer_cast<RSRenderProperty<RSRenderParticleVector>>(property_); in Animate()
90 auto property = std::make_shared<RSRenderProperty<RSRenderParticleVector>>( in CreateParticleAnimation()
164 auto prop = std::make_shared<RSRenderProperty<RSRenderParticleVector>>();166 auto property = std::make_shared<RSRenderProperty<RSRenderParticleVector>>();
479 EXPLICIT_INSTANTIATION(TEMPLATE, RSRenderParticleVector) \
480 EXPLICIT_INSTANTIATION(TEMPLATE, RSRenderParticleVector) \
464 DECLARE_NOANIMATABLE_MODIFIER(Particles, RSRenderParticleVector, PARTICLE, Foreground)
232 RSRenderParticleVector particles;
283 RSRenderParticleVector particles;
913 RSRenderParticleVector particles;1091 RSRenderParticleVector particles2;
857 void RSProperties::SetParticles(const RSRenderParticleVector& particles) in SetParticles()867 const RSRenderParticleVector& RSProperties::GetParticles() const in GetParticles()
2175 EXPLICIT_INSTANTIATION(TEMPLATE, RSRenderParticleVector) \