Home
last modified time | relevance | path

Searched defs:DistributionType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h40 enum class DistributionType: uint32_t {UNIFORM = 0, GAUSSIAN}; enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h38 enum ACE_EXPORT DistributionType { UNIFORM = 0, GAUSSIAN }; enum
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js3106 var DistributionType; variable