/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_circle_progress.h | 225 void SetBackgroundImagePosition(int16_t x, int16_t y) in SetBackgroundImagePosition() function
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_circle_progress.cpp | 386 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 D | arkts_native_xcomponent_bridge.h | 41 static ArkUINativeModuleValue SetBackgroundImagePosition(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_common_bridge.h | 103 static ArkUINativeModuleValue SetBackgroundImagePosition(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_xcomponent_bridge.cpp | 576 ArkUINativeModuleValue XComponentBridge::SetBackgroundImagePosition(ArkUIRuntimeCallInfo *runtimeCa… in SetBackgroundImagePosition() function in OHOS::Ace::NG::XComponentBridge
|
H A D | arkts_native_api_impl_bridge.cpp | 583 …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 D | arkts_native_common_bridge.cpp | 3049 ArkUINativeModuleValue CommonBridge::SetBackgroundImagePosition(ArkUIRuntimeCallInfo *runtimeCallIn… in SetBackgroundImagePosition() function in OHOS::Ace::NG::CommonBridge
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_circle_progress_unit_test.cpp | 201 circleProgress_->SetBackgroundImagePosition(x, y);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/ |
H A D | view_abstract_test_ng.cpp | 151 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 D | declaration.h | 452 static void SetBackgroundImagePosition(const std::string& value, Declaration& declaration);
|
H A D | declaration.cpp | 812 { 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 D | view_abstract.h | 136 static void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition); 523 …static void SetBackgroundImagePosition(FrameNode* frameNode, const BackgroundImagePosition& bgImgP…
|
H A D | view_abstract_model_ng.h | 138 void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) override in SetBackgroundImagePosition() function 140 ViewAbstract::SetBackgroundImagePosition(bgImgPosition); in SetBackgroundImagePosition()
|
H A D | view_abstract_model.h | 84 virtual void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) = 0;
|
H A D | view_abstract.cpp | 285 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 D | view_abstract_model_impl.h | 48 void SetBackgroundImagePosition(const BackgroundImagePosition& bgImgPosition) override;
|
H A D | view_abstract_model_impl.cpp | 322 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 D | cj_view_abstract_ffi.cpp | 561 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 D | node_common_modifier.cpp | 1902 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 D | js_view_abstract.cpp | 3227 ViewAbstractModel::GetInstance()->SetBackgroundImagePosition(bgImgPosition); in JsBackgroundImagePosition() 3259 ViewAbstractModel::GetInstance()->SetBackgroundImagePosition(bgImgPosition); in JsBackgroundImagePosition()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 2460 int32_t SetBackgroundImagePosition(ArkUI_NodeHandle node, const ArkUI_AttributeItem* item) in SetBackgroundImagePosition() function 12758 SetBackgroundImagePosition, in SetCommonAttribute()
|