Home
last modified time | relevance | path

Searched refs:GetImageSource (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h70 const std::string& GetImageSource() const in GetImageSource() function
102 return (imageSource_ == other.GetImageSource()) && (size_ == other.GetSize()) &&
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1193 auto canvasImageIter = particleImageMap_.find(imageParameter.GetImageSource()); in NeedPreloadImage()
1199 LoadParticleImage(imageParameter.GetImageSource(), imageWidth, imageHeight); in NeedPreloadImage()
1295 auto imageSource = imageParameter.GetImageSource(); in ConvertParticleEmitterOption()