Home
last modified time | relevance | path

Searched refs:imageCount_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp30 count_.resize(imageCount_); in RSParticlesDrawable()
31 imageRsxform_.resize(imageCount_); in RSParticlesDrawable()
32 imageTex_.resize(imageCount_); in RSParticlesDrawable()
33 imageColors_.resize(imageCount_); in RSParticlesDrawable()
110 if (imageIndex >= imageCount_) { in CaculateImageAtlsArry()
202 if (imageCount_ > 0) { in DrawParticles()
230 while (imageCount_--) { in DrawImages()
231 if (imageVector_[imageCount_] != nullptr) { in DrawImages()
232 auto pixelmap = imageVector_[imageCount_]->GetPixelMap(); in DrawImages()
244 int count = count_[imageCount_]; in DrawImages()
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dphoto_album.cpp117 imageCount_ = count; in SetImageCount()
122 return imageCount_; in GetImageCount()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_particles_drawable.h49 size_t imageCount_; variable
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/
H A Dphoto_album.h99 int32_t imageCount_ {0};