Home
last modified time | relevance | path

Searched refs:SetBackgroundImageSize (Results 1 - 18 of 18) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.h39 static ArkUINativeModuleValue SetBackgroundImageSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.h107 static ArkUINativeModuleValue SetBackgroundImageSize(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_xcomponent_bridge.cpp563 ArkUINativeModuleValue XComponentBridge::SetBackgroundImageSize(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetBackgroundImageSize() function in OHOS::Ace::NG::XComponentBridge
H A Darkts_native_api_impl_bridge.cpp591 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 Darkts_native_common_bridge.cpp3099 ArkUINativeModuleValue CommonBridge::SetBackgroundImageSize(ArkUIRuntimeCallInfo *runtimeCallInfo) in SetBackgroundImageSize() function in OHOS::Ace::NG::CommonBridge
/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp149 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 Ddeclaration.h453 static void SetBackgroundImageSize(const std::string& value, Declaration& declaration);
H A Ddeclaration.cpp823 { 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 Dview_abstract.h136 static void SetBackgroundImageSize(const BackgroundImageSize &bgImgSize);
519 static void SetBackgroundImageSize(FrameNode* frameNode, const BackgroundImageSize& bgImgSize);
H A Dview_abstract_model.h83 virtual void SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) = 0;
H A Dview_abstract_model_ng.h133 void SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) override
135 ViewAbstract::SetBackgroundImageSize(bgImgSize);
H A Dview_abstract.cpp250 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 Dview_abstract_model_impl.h47 void SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) override;
H A Dview_abstract_model_impl.cpp295 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 Dcj_view_abstract_ffi.cpp514 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSizeType()
542 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1948 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 Djs_view_abstract.cpp3130 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in JsBackgroundImageSize()
3165 ViewAbstractModel::GetInstance()->SetBackgroundImageSize(bgImgSize); in JsBackgroundImageSize()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8542 int32_t SetBackgroundImageSize(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetBackgroundImageSize() function
12692 SetBackgroundImageSize, in SetCommonAttribute()

Completed in 114 milliseconds