Home
last modified time | relevance | path

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 Drs_modifier_type.h34 POSITION_Z, enumerator
232 { RSModifierType::POSITION_Z, "PositionZ" },
H A Drs_modifiers_def.in29 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 Drs_showing_properties_freezer.cpp73 return GetPropertyImpl<float, RSModifierType::POSITION_Z>(); in GetPositionZ()
H A Drs_modifier_extractor.cpp78 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 Drs_render_property.cpp33 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 Drs_render_node_test.cpp1887 …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 Drs_property_drawable.cpp65 { RSModifierType::POSITION_Z, RSPropertyDrawableSlot::BOUNDS_MATRIX },
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/modifier/
H A Drs_render_property_test.cpp250 base->modifierType_ = RSModifierType::POSITION_Z;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp2375 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 Drs_node.cpp755 …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 Drs_node_test.cpp4228 RSModifierType::POSITION_Z, 1.f, 2.f);