Home
last modified time | relevance | path

Searched refs:imageVector_ (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h428 … : renderParticleVector_(std::move(renderParticleVector)), imageVector_(std::move(imageVector)) in RSRenderParticleVector()
433 : renderParticleVector_(other.renderParticleVector_), imageVector_(other.imageVector_) in RSRenderParticleVector()
440 imageVector_ = other.imageVector_;
457 return imageVector_; in GetParticleImageVector()
462 return imageVector_.size(); in GetParticleImageCount()
469 this->imageVector_.size() != rhs.imageVector_.size()) {
472 if (this->renderParticleVector_.size() == 0 && this->imageVector_.size() == 0) {
479 for (size_t i = 0; i < this->imageVector_.size(); i++) {
480 equal = equal && (this->imageVector_[i] == rhs.imageVector_[i]) &&
481 ((*(this->imageVector_[i])).IsEqual(*(rhs.imageVector_[i])));
[all …]
H A Drs_render_particle_system.h49 std::vector<std::shared_ptr<RSImage>> imageVector_; variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_picture_player.cpp50 if (ReadPicZipFile(imageVector_, freq_)) { in Play()
51 imgVecSize_ = static_cast<int32_t> (imageVector_.size()); in Play()
182 std::shared_ptr<ImageStruct> imgstruct = imageVector_[curNo]; in OnDraw()
197 imageVector_[curNo].reset(); in OnDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/
H A Drs_render_particle_system.cpp37 imageVector_.push_back(image); in CreateEmitter()
59 imageVector = imageVector_; in Emit()
H A Drs_render_particle_animation.cpp56 … deltaTime, renderParticleVector_.renderParticleVector_, renderParticleVector_.imageVector_); in Animate()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp28 : particles_(particles), imageVector_(imageVector), imageCount_(imageCount) in RSParticlesDrawable()
231 if (imageVector_[imageCount_] != nullptr) { in DrawImages()
232 auto pixelmap = imageVector_[imageCount_]->GetPixelMap(); in DrawImages()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/include/
H A Dboot_picture_player.h51 ImageStructVec imageVector_; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_particles_drawable.h48 std::vector<std::shared_ptr<RSImage>> imageVector_; variable