Home
last modified time | relevance | path

Searched refs:SetBackgroundImagePosition (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_circle_progress.h225 void SetBackgroundImagePosition(int16_t x, int16_t y) in SetBackgroundImagePosition() function
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/
H A Dui_test_circle_progress.cpp386 circleProgress_->SetBackgroundImagePosition(imgPos.x, imgPos.y); in OnClick()
475 circleProgress_->SetBackgroundImagePosition(imgPos.x, imgPos.y); in OnClick()
479 circleProgress_->SetBackgroundImagePosition(imgPos.x, imgPos.y); in OnClick()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_xcomponent_bridge.h41 static ArkUINativeModuleValue SetBackgroundImagePosition(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_common_bridge.h103 static ArkUINativeModuleValue SetBackgroundImagePosition(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_xcomponent_bridge.cpp576 ArkUINativeModuleValue XComponentBridge::SetBackgroundImagePosition(ArkUIRuntimeCallInfo *runtimeCa… in SetBackgroundImagePosition() function in OHOS::Ace::NG::XComponentBridge
H A Darkts_native_api_impl_bridge.cpp583 …panda::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), CommonBridge::SetBackgroundImagePosition)); in GetArkUINativeModule()
5269 …a::FunctionRef::New(const_cast<panda::EcmaVM*>(vm), XComponentBridge::SetBackgroundImagePosition)); in RegisterXComponentAttributes()
H A Darkts_native_common_bridge.cpp3049 ArkUINativeModuleValue CommonBridge::SetBackgroundImagePosition(ArkUIRuntimeCallInfo *runtimeCallIn… in SetBackgroundImagePosition() function in OHOS::Ace::NG::CommonBridge
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_circle_progress_unit_test.cpp201 circleProgress_->SetBackgroundImagePosition(x, y);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng.cpp151 ViewAbstract::SetBackgroundImagePosition(BACKGROUNDPOSITION);
152 ViewAbstract::SetBackgroundImagePosition(nullptr, BACKGROUNDPOSITION);
238 ViewAbstract::SetBackgroundImagePosition(BACKGROUNDPOSITION);
239 ViewAbstract::SetBackgroundImagePosition(nullptr, BACKGROUNDPOSITION);
1492 ViewAbstract::SetBackgroundImagePosition(BACKGROUNDPOSITION);
1493 ViewAbstract::SetBackgroundImagePosition(nullptr, BACKGROUNDPOSITION);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.h452 static void SetBackgroundImagePosition(const std::string& value, Declaration& declaration);
H A Ddeclaration.cpp812 { DOM_BACKGROUND_IMAGE_POSITION, &Declaration::SetBackgroundImagePosition }, in SetCurrentStyle()
2991 void Declaration::SetBackgroundImagePosition(const std::string& value, Declaration& declaration) in SetBackgroundImagePosition() function in OHOS::Ace::Declaration
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h136 static void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition);
523 …static void SetBackgroundImagePosition(FrameNode* frameNode, const BackgroundImagePosition& bgImgP…
H A Dview_abstract_model_ng.h138 void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) override in SetBackgroundImagePosition() function
140 ViewAbstract::SetBackgroundImagePosition(bgImgPosition); in SetBackgroundImagePosition()
H A Dview_abstract_model.h84 virtual void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) = 0;
H A Dview_abstract.cpp285 void ViewAbstract::SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) in SetBackgroundImagePosition() function in OHOS::Ace::NG::ViewAbstract
293 void ViewAbstract::SetBackgroundImagePosition(FrameNode* frameNode, const BackgroundImagePosition& … in SetBackgroundImagePosition() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h48 void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) override;
H A Dview_abstract_model_impl.cpp322 void ViewAbstractModelImpl::SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) in SetBackgroundImagePosition() function in OHOS::Ace::Framework::ViewAbstractModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp561 ViewAbstractModel::GetInstance()->SetBackgroundImagePosition(bgImgPosition); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImagePositionAlign()
589 ViewAbstractModel::GetInstance()->SetBackgroundImagePosition(bgImgPosition); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImagePositionXY()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1902 void SetBackgroundImagePosition( in SetBackgroundImagePosition() function
1917 ViewAbstract::SetBackgroundImagePosition(frameNode, bgImgPosition); in SetBackgroundImagePosition()
1926 ViewAbstract::SetBackgroundImagePosition(frameNode, bgImgPosition); in ResetBackgroundImagePosition()
6270 … ResetBorder, SetBackgroundImagePosition, ResetBackgroundImagePosition, SetBackgroundImageSize, in GetCommonModifier()
6344 … ResetBorder, SetBackgroundImagePosition, ResetBackgroundImagePosition, SetBackgroundImageSize, in GetCJUICommonModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3227 ViewAbstractModel::GetInstance()->SetBackgroundImagePosition(bgImgPosition); in JsBackgroundImagePosition()
3259 ViewAbstractModel::GetInstance()->SetBackgroundImagePosition(bgImgPosition); in JsBackgroundImagePosition()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp2460 int32_t SetBackgroundImagePosition(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetBackgroundImagePosition() function
12758 SetBackgroundImagePosition, in SetCommonAttribute()