Home
last modified time | relevance | path

Searched refs:DOM_BACKGROUND_IMAGE_POSITION_CENTER (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp165 posX = DOM_BACKGROUND_IMAGE_POSITION_CENTER; in GetOffsetValue()
167 posY = DOM_BACKGROUND_IMAGE_POSITION_CENTER; in GetOffsetValue()
203 …if ((posX == DOM_BACKGROUND_IMAGE_POSITION_CENTER) || (posY == DOM_BACKGROUND_IMAGE_POSITION_CENTE… in BgImgPositionIsValid()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_type.cpp233 const char DOM_BACKGROUND_IMAGE_POSITION_CENTER[] = "center"; variable
H A Ddom_type.h236 ACE_EXPORT extern const char DOM_BACKGROUND_IMAGE_POSITION_CENTER[];
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp2964 if ((std::strcmp(posX.c_str(), DOM_BACKGROUND_IMAGE_POSITION_CENTER) == 0) || in BgImgPositionIsValid()
2965 (std::strcmp(posY.c_str(), DOM_BACKGROUND_IMAGE_POSITION_CENTER) == 0)) { in BgImgPositionIsValid()