Searched refs:CONVERT_ANIMATABLE_PROP (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_modifier_adapter.cpp | 98 #define CONVERT_ANIMATABLE_PROP(prop, srcType, propType) \ macro 120 CONVERT_ANIMATABLE_PROP(property, AnimatablePropertyOffsetF, OffsetF); in ConvertToRSProperty() 121 CONVERT_ANIMATABLE_PROP(property, AnimatablePropertyUint8, uint8_t); in ConvertToRSProperty() 122 CONVERT_ANIMATABLE_PROP(property, AnimatablePropertyFloat, float); in ConvertToRSProperty() 123 CONVERT_ANIMATABLE_PROP(property, AnimatablePropertyColor, LinearColor); in ConvertToRSProperty() 124 CONVERT_ANIMATABLE_PROP(property, AnimatablePropertyVectorColor, GradientArithmetic); in ConvertToRSProperty() 125 CONVERT_ANIMATABLE_PROP(property, AnimatablePropertyVectorFloat, LinearVector<float>); in ConvertToRSProperty() 126 CONVERT_ANIMATABLE_PROP(property, AnimatablePropertySizeF, SizeF); in ConvertToRSProperty()
|