Home
last modified time | relevance | path

Searched refs:SetBackgroundImageResizableSlice (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dview_abstract_test_ng_for_property_config.cpp1163 ViewAbstract::SetBackgroundImageResizableSlice(slice);
1164 ViewAbstract::SetBackgroundImageResizableSlice(nullptr, slice);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract.h140 static void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice);
593 …static void SetBackgroundImageResizableSlice(FrameNode* frameNode, const ImageResizableSlice& slic…
H A Dview_abstract_model_ng.h153 void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) override in SetBackgroundImageResizableSlice() function
155 ViewAbstract::SetBackgroundImageResizableSlice(slice); in SetBackgroundImageResizableSlice()
H A Dview_abstract_model.h87 virtual void SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) = 0;
H A Dview_abstract.cpp4866 void ViewAbstract::SetBackgroundImageResizableSlice(const ImageResizableSlice& slice) in SetBackgroundImageResizableSlice() function in OHOS::Ace::NG::ViewAbstract
4874 void ViewAbstract::SetBackgroundImageResizableSlice(FrameNode* frameNode, const ImageResizableSlice… in SetBackgroundImageResizableSlice() function in OHOS::Ace::NG::ViewAbstract
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h319 void SetBackgroundImageResizableSlice(const ImageResizableSlice& Slice) override {}; in SetBackgroundImageResizableSlice() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp10775 ViewAbstractModel::GetInstance()->SetBackgroundImageResizableSlice(sliceResult); in JsBackgroundImageResizable()
10780 ViewAbstractModel::GetInstance()->SetBackgroundImageResizableSlice(sliceResult); in JsBackgroundImageResizable()
10789 ViewAbstractModel::GetInstance()->SetBackgroundImageResizableSlice(sliceResult); in JsBackgroundImageResizable()
10818 ViewAbstractModel::GetInstance()->SetBackgroundImageResizableSlice(sliceResult); in JsBackgroundImageResizable()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1949 ViewAbstract::SetBackgroundImageResizableSlice(frameNode, resizable); in SetBackgroundImageResizable()
1957 ViewAbstract::SetBackgroundImageResizableSlice(frameNode, resizable); in ResetBackgroundImageResizable()