/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_xcomponent_bridge.h | 39 static ArkUINativeModuleValue SetBackgroundImageSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.h | 107 static ArkUINativeModuleValue SetBackgroundImageSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_xcomponent_bridge.cpp | 563 ArkUINativeModuleValue XComponentBridge::SetBackgroundImageSize(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetBackgroundImageSize() function in OHOS::Ace::NG::XComponentBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 591 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetBackgroundImageSize)); in GetArkUINativeModule() 5222 panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), XComponentBridge::SetBackgroundImageSize)); in RegisterXComponentAttributes()
|
H A D | arkts_native_common_bridge.cpp | 3099 ArkUINativeModuleValue CommonBridge::SetBackgroundImageSize(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetBackgroundImageSize() function in OHOS::Ace::NG::CommonBridge
|
/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 149 ViewAbstract::SetBackgroundImageSize(BACKGROUNDSIZE); in HWTEST_F() 150 ViewAbstract::SetBackgroundImageSize(nullptr, BACKGROUNDSIZE); in HWTEST_F() 241 ViewAbstract::SetBackgroundImageSize(BACKGROUNDSIZE); in HWTEST_F() 242 ViewAbstract::SetBackgroundImageSize(nullptr, BACKGROUNDSIZE); in HWTEST_F() 1527 ViewAbstract::SetBackgroundImageSize(BACKGROUNDSIZE); in HWTEST_F() 1528 ViewAbstract::SetBackgroundImageSize(nullptr, BACKGROUNDSIZE); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 453 static void SetBackgroundImageSize(const std::string& value, Declaration& declaration);
|
H A D | declaration.cpp | 823 { DOM_BACKGROUND_IMAGE_SIZE, &Declaration::SetBackgroundImageSize }, 2888 void Declaration::SetBackgroundImageSize(const std::string& value, Declaration& declaration)
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.h | 136 static void SetBackgroundImageSize(const BackgroundImageSize &bgImgSize); 519 static void SetBackgroundImageSize(FrameNode* frameNode, const BackgroundImageSize& bgImgSize);
|
H A D | view_abstract_model.h | 83 virtual void SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) = 0;
|
H A D | view_abstract_model_ng.h | 133 void SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) override 135 ViewAbstract::SetBackgroundImageSize(bgImgSize);
|
H A D | view_abstract.cpp | 250 void ViewAbstract::SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) in SetBackgroundImageSize() function in OHOS::Ace::NG::ViewAbstract 258 void ViewAbstract::SetBackgroundImageSize(FrameNode *frameNode, const BackgroundImageSize& bgImgSize) in SetBackgroundImageSize() function in OHOS::Ace::NG::ViewAbstract
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.h | 47 void SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) override;
|
H A D | view_abstract_model_impl.cpp | 295 void ViewAbstractModelImpl::SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) in SetBackgroundImageSize() function in OHOS::Ace::Framework::ViewAbstractModelImpl
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 514 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSizeType() 542 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1948 void SetBackgroundImageSize(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, in SetBackgroundImageSize() function 1958 ViewAbstract::SetBackgroundImageSize(frameNode, bgImgSize); in SetBackgroundImageSize() 1998 ViewAbstract::SetBackgroundImageSize(frameNode, bgImgSize); in ResetBackgroundImageSize() 5570 ViewAbstract::SetBackgroundImageSize(frameNode, bgImgSize); in SetBackgroundImageSizeWithUnit() 6211 ResetBorder, SetBackgroundImagePosition, ResetBackgroundImagePosition, SetBackgroundImageSize, in GetCommonModifier() 6285 ResetBorder, SetBackgroundImagePosition, ResetBackgroundImagePosition, SetBackgroundImageSize, in GetCJUICommonModifier()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 3130 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in JsBackgroundImageSize() 3165 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in JsBackgroundImageSize()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 8542 int32_t SetBackgroundImageSize(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetBackgroundImageSize() function 12692 SetBackgroundImageSize, in SetCommonAttribute()
|