Home
last modified time | relevance | path

Searched refs:BACKGROUND_IMAGE (Results 1 - 20 of 20) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_drawable.cpp58 RSDrawableSlot::BACKGROUND_IMAGE, // BG_IMAGE
59 RSDrawableSlot::BACKGROUND_IMAGE, // BG_IMAGE_INNER_RECT
60 RSDrawableSlot::BACKGROUND_IMAGE, // BG_IMAGE_WIDTH
61 RSDrawableSlot::BACKGROUND_IMAGE, // BG_IMAGE_HEIGHT
62 RSDrawableSlot::BACKGROUND_IMAGE, // BG_IMAGE_POSITION_X
63 RSDrawableSlot::BACKGROUND_IMAGE, // BG_IMAGE_POSITION_Y
219 RSBackgroundImageDrawable::OnGenerate, // BACKGROUND_IMAGE,
469 RSDrawableSlot::BACKGROUND_IMAGE,
486 RSDrawableSlot::BACKGROUND_IMAGE,
/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_fe_declaration.h32 BACKGROUND_IMAGE, member in OHOS::Ace::FeInType
127 { "BackgroundImage", FeInType::BACKGROUND_IMAGE }, in SetIn()
H A Dsvg_fe_blend_declaration.h48 { "BackgroundImage", FeInType::BACKGROUND_IMAGE }, in SetIn2()
H A Dsvg_fe_composite_declaration.h78 { "BackgroundImage", FeInType::BACKGROUND_IMAGE }, in SetIn2()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable.cpp90 { RSModifierType::BG_IMAGE, RSPropertyDrawableSlot::BACKGROUND_IMAGE },
91 { RSModifierType::BG_IMAGE_WIDTH, RSPropertyDrawableSlot::BACKGROUND_IMAGE },
92 { RSModifierType::BG_IMAGE_HEIGHT, RSPropertyDrawableSlot::BACKGROUND_IMAGE },
93 { RSModifierType::BG_IMAGE_POSITION_X, RSPropertyDrawableSlot::BACKGROUND_IMAGE },
94 { RSModifierType::BG_IMAGE_POSITION_Y, RSPropertyDrawableSlot::BACKGROUND_IMAGE },
223 RSBackgroundImageDrawable::Generate, // BACKGROUND_IMAGE
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_fe.cpp44 { "BackgroundImage", SvgFeInType::BACKGROUND_IMAGE },
148 case SvgFeInType::BACKGROUND_IMAGE: in MakeImageFilter()
H A Dsvg_fe_blend.cpp71 { "BackgroundImage", SvgFeInType::BACKGROUND_IMAGE }, in ParseAndSetSpecializedAttr()
H A Dsvg_fe_composite.cpp26 { "BackgroundImage", SvgFeInType::BACKGROUND_IMAGE }, in ConvertStrToSvgFeInType()
H A Dsvg_attributes_parser.h56 BACKGROUND_IMAGE, member in OHOS::Ace::NG::SvgFeInType
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable.h53 BACKGROUND_IMAGE, member in OHOS::Rosen::RSPropertyDrawableSlot
/foundation/graphic/graphic_3d/kits/js/include/
H A DEnvironmentJS.h50 BACKGROUND_IMAGE = 1, enumerator
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/drawable/
H A Drs_drawable.h52 BACKGROUND_IMAGE, member in OHOS::Rosen::RSDrawableSlot
/foundation/graphic/graphic_3d/kits/js/src/
H A DEnvironmentJS.cpp75 DECL_ENUM(eType, BACKGROUND_IMAGE); in Init()
235 case EnvironmentBackgroundType::BACKGROUND_IMAGE: in SetBackgroundType()
/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_filter.cpp151 case FeInType::BACKGROUND_IMAGE: in MakeImageFilter()
/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dconstants.cpp254 const char BACKGROUND_IMAGE[] = "backgroundImage"; member
H A Dconstants.h257 extern const char BACKGROUND_IMAGE[];
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/
H A Drs_property_drawable_test.cpp116 RSPropertyDrawableSlot::BACKGROUND_IMAGE, in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/base/
H A Dkeys.h55 KEYWORD(BACKGROUND_IMAGE, backgroundImage) // common style, but only button, checkbox, radio support
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp1962 dirtySlots_.count(RSDrawableSlot::BACKGROUND_IMAGE); in CheckBlurFilterCacheNeedForceClearOrSave()
2025 drawableVec_[static_cast<int32_t>(RSDrawableSlot::BACKGROUND_IMAGE)]; in UpdateFilterCacheWithBackgroundDirty()
2658 // Update index of BACKGROUND_IMAGE in UpdateDisplayList()
2659 stagingDrawCmdIndex_.backgroundImageIndex_ = AppendDrawFunc(RSDrawableSlot::BACKGROUND_IMAGE); in UpdateDisplayList()
/foundation/arkui/ace_engine/test/unittest/core/svg/
H A Dparse_test_ng.cpp1578 in.in = SvgFeInType::BACKGROUND_IMAGE; in HWTEST_F()

Completed in 21 milliseconds