Searched refs:DECLARE_ANIMATABLE_MODIFIER (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifiers_def.in | 19 DECLARE_ANIMATABLE_MODIFIER(Bounds, Vector4f, BOUNDS, Replace, Geometry, LAYOUT) 25 DECLARE_ANIMATABLE_MODIFIER(Frame, Vector4f, FRAME, Replace, Geometry, LAYOUT) 33 DECLARE_ANIMATABLE_MODIFIER(Pivot, Vector2f, PIVOT, Replace, Geometry, FINE) 35 DECLARE_ANIMATABLE_MODIFIER(PivotZ, float, PIVOT_Z, Replace, Geometry, FINE) 39 DECLARE_ANIMATABLE_MODIFIER(Rotation, float, ROTATION, Add, Geometry, FINE) 41 DECLARE_ANIMATABLE_MODIFIER(RotationX, float, ROTATION_X, Add, Geometry, FINE) 43 DECLARE_ANIMATABLE_MODIFIER(RotationY, float, ROTATION_Y, Add, Geometry, FINE) 47 DECLARE_ANIMATABLE_MODIFIER(Scale, Vector2f, SCALE, Multiply, Geometry, FINE) 49 DECLARE_ANIMATABLE_MODIFIER(Skew, Vector2f, SKEW, Add, Geometry, FINE) 51 DECLARE_ANIMATABLE_MODIFIER(Persp, Vector2f, PERSP, Add, Geometry, FINE) [all …]
|
H A D | rs_render_modifier.h | 387 #define DECLARE_ANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, DELTA_OP, MODIFIER_TIER, TH… macro 404 DECLARE_ANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, Add, MODIFIER_TIER, ZERO) 410 #undef DECLARE_ANIMATABLE_MODIFIER
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_modifier.cpp | 45 #define DECLARE_ANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, DELTA_OP, MODIFIER_TIER, TH… macro 156 #undef DECLARE_ANIMATABLE_MODIFIER 422 #define DECLARE_ANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, DELTA_OP, MODIFIER_TIER, TH… macro 466 #undef DECLARE_ANIMATABLE_MODIFIER
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_property_modifier.cpp | 251 #define DECLARE_ANIMATABLE_MODIFIER(MODIFIER_NAME, TYPE, MODIFIER_TYPE, DELTA_OP, MODIFIER_TIER, TH… macro 283 #undef DECLARE_ANIMATABLE_MODIFIER
|