Searched refs:imageCount_ (Results 1 – 4 of 4) sorted by relevance
30 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 …]
117 imageCount_ = count; in SetImageCount()122 return imageCount_; in GetImageCount()
49 size_t imageCount_; variable
99 int32_t imageCount_ {0};