Searched refs:particleImageContextMap_ (Results 1 – 2 of 2) sorted by relevance
1380 if (particleImageContextMap_.find(src) != particleImageContextMap_.end()) { in LoadParticleImage()1388 auto& imageContext = renderContent->particleImageContextMap_[imageSrc]; in LoadParticleImage()1395 auto& imageContext = renderContent->particleImageContextMap_[imageSrc]; in LoadParticleImage()1410 particleImageContextMap_.try_emplace(src, particleImageLoadingCtx); in LoadParticleImage()1416 if (particleImageContextMap_.find(src) != particleImageContextMap_.end()) { in OnParticleImageLoaded()1417 particleImageContextMap_.erase(src); in OnParticleImageLoaded()1419 if (particleImageContextMap_.empty() && propParticleOptionArray_.has_value()) { in OnParticleImageLoaded()
664 std::map<std::string, RefPtr<ImageLoadingContext>> particleImageContextMap_; variable