Home
last modified time | relevance | path

Searched defs:CURVE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/
H A Drs_implicit_animation_param.h31 CURVE, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dtypes.h108 CURVE = 0x20, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_particle.h34 enum class ParticleUpdator: uint32_t {NONE = 0, RANDOM, CURVE}; enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dparticle_property.h32 enum ACE_EXPORT UpdaterType { NONE_UPDATER = 0, RANDOM, CURVE }; enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp293 const char CURVE[] = "curve"; variable