Home
last modified time | relevance | path

Searched refs:BG_IMAGE_POSITION_X (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h59 BG_IMAGE_POSITION_X, enumerator
257 { RSModifierType::BG_IMAGE_POSITION_X, "BgImagePositionX" },
H A Drs_modifiers_def.in77 DECLARE_ANIMATABLE_MODIFIER(BgImagePositionX, float, BG_IMAGE_POSITION_X, Add, Background, LAYOUT)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_showing_properties_freezer.cpp173 return GetPropertyImpl<float, RSModifierType::BG_IMAGE_POSITION_X>(); in GetBgImagePositionX()
H A Drs_modifier_extractor.cpp193 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(float, BG_IMAGE_POSITION_X, 0.f, =); in GetBgImagePositionX()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp89 { RSModifierType::BG_IMAGE_POSITION_X, RSPropertyDrawableSlot::BACKGROUND_IMAGE },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1252 RSModifierType::BG_IMAGE_POSITION_X, positionX); in SetBgImagePositionX()