Searched refs:POSITION_Z (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/ |
H A D | rs_modifier_type.h | 34 POSITION_Z, enumerator 232 { RSModifierType::POSITION_Z, "PositionZ" },
|
H A D | rs_modifiers_def.in | 29 DECLARE_ANIMATABLE_MODIFIER(PositionZ, float, POSITION_Z, Add, Geometry, LAYOUT)
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/ |
H A D | rs_showing_properties_freezer.cpp | 73 return GetPropertyImpl<float, RSModifierType::POSITION_Z>(); in GetPositionZ()
|
H A D | rs_modifier_extractor.cpp | 78 GET_PROPERTY_FROM_MODIFIERS(float, POSITION_Z, 0.f, +=); in GetPositionZ()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/ |
H A D | rs_render_property.cpp | 33 modifierType_ == RSModifierType::POSITION_Z) { in OnChange() 39 if (modifierType_ == RSModifierType::POSITION_Z) { in OnChange()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_render_node_test.cpp | 1887 …disappearingChildrenTest1->dirtyTypes_.set(static_cast<size_t>(RSModifierType::POSITION_Z), false); 1894 modifier1->SetType(RSModifierType::POSITION_Z); 1901 … disappearingChildrenTest2->dirtyTypes_.set(static_cast<size_t>(RSModifierType::POSITION_Z), true); 1923 modifier1->SetType(RSModifierType::POSITION_Z); 1924 nodeTest->dirtyTypes_.set(static_cast<size_t>(RSModifierType::POSITION_Z), false);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_property_drawable.cpp | 65 { RSModifierType::POSITION_Z, RSPropertyDrawableSlot::BOUNDS_MATRIX },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/ |
H A D | rs_render_property_test.cpp | 250 base->modifierType_ = RSModifierType::POSITION_Z;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_render_node.cpp | 2375 constexpr auto positionZModifierType = static_cast<size_t>(RSModifierType::POSITION_Z); in ApplyPositionZModifier() 2383 if (modifier->GetType() == RSModifierType::POSITION_Z) { in ApplyPositionZModifier()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.cpp | 755 …SetProperty<RSPositionZModifier, RSAnimatableProperty<float>>(RSModifierType::POSITION_Z, position… in SetPositionZ()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4228 RSModifierType::POSITION_Z, 1.f, 2.f);
|