Home
last modified time | relevance | path

Searched refs:BG_IMAGE_WIDTH (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/modifier/
H A Drs_modifier_type.h57 BG_IMAGE_WIDTH, enumerator
255 { RSModifierType::BG_IMAGE_WIDTH, "BgImageWidth" },
H A Drs_modifiers_def.in73 DECLARE_ANIMATABLE_MODIFIER(BgImageWidth, float, BG_IMAGE_WIDTH, Add, Background, LAYOUT)
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/modifier/
H A Drs_showing_properties_freezer.cpp163 return GetPropertyImpl<float, RSModifierType::BG_IMAGE_WIDTH>(); in GetBgImageWidth()
H A Drs_modifier_extractor.cpp183 GET_PROPERTY_FROM_MODIFIERS_EQRETURN(float, BG_IMAGE_WIDTH, 0.f, =); in GetBgImageWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp87 { RSModifierType::BG_IMAGE_WIDTH, RSPropertyDrawableSlot::BACKGROUND_IMAGE },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_node.cpp1235 …SetProperty<RSBgImageWidthModifier, RSAnimatableProperty<float>>(RSModifierType::BG_IMAGE_WIDTH, w… in SetBgImageWidth()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_node_test.cpp4259 RSModifierType::BG_IMAGE_WIDTH, 45.f, 90.f);