Home
last modified time | relevance | path

Searched refs:colorDist (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_particle.cpp594 auto colorDist = OHOS::Ace::NG::DistributionType::UNIFORM; in ParseColorOption() local
600 colorDist = static_cast<OHOS::Ace::NG::DistributionType>(colorDistInt); in ParseColorOption()
603 colorOption.SetDistribution(colorDist); in ParseColorOption()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.cpp1480 auto colorDist = colorOption.GetDistribution(); in ConvertParticleColorOption() local
1487 auto colorDistInt = static_cast<int32_t>(colorDist.value_or(DistributionType::UNIFORM)); in ConvertParticleColorOption()

Completed in 21 milliseconds