Searched defs:bgImgSize (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/bridge/common/utils/ |
H A D | utils_test.cpp | 246 BackgroundImageSize bgImgSize; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 231 void SetBgImgSizeX(BackgroundImageSizeType type, double value, BackgroundImageSize& bgImgSize) in SetBgImgSizeX() 237 void SetBgImgSizeY(BackgroundImageSizeType type, double value, BackgroundImageSize& bgImgSize) in SetBgImgSizeY() 482 bool ParseBackgroundImageSize(const std::string& value, BackgroundImageSize& bgImgSize) in ParseBackgroundImageSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.cpp | 2876 …tBgImgSizeX(const BackgroundImageSizeType type, const double value, BackgroundImageSize& bgImgSize) in SetBgImgSizeX() 2882 …tBgImgSizeY(const BackgroundImageSizeType type, const double value, BackgroundImageSize& bgImgSize) in SetBgImgSizeY() 2901 BackgroundImageSize bgImgSize; in SetBackgroundImageSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 516 BackgroundImageSize bgImgSize; in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSizeType() local 530 BackgroundImageSize bgImgSize; in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model_ng.h | 133 void SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) override in SetBackgroundImageSize()
|
H A D | view_abstract.cpp | 272 void ViewAbstract::SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) in SetBackgroundImageSize() 280 …id ViewAbstract::SetBackgroundImageSize(FrameNode* frameNode, const BackgroundImageSize& bgImgSize) in SetBackgroundImageSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 736 virtual void OnBackgroundImageSizeUpdate(const BackgroundImageSize& bgImgSize) {} in OnBackgroundImageSizeUpdate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 311 void ViewAbstractModelImpl::SetBackgroundImageSize(const BackgroundImageSize& bgImgSize) in SetBackgroundImageSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1965 BackgroundImageSize bgImgSize; in SetBackgroundImageSize() local 2007 BackgroundImageSize bgImgSize; in ResetBackgroundImageSize() local 5579 BackgroundImageSize bgImgSize; in SetBackgroundImageSizeWithUnit() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 3165 BackgroundImageSize bgImgSize; in JsBackgroundImageSize() local
|