Home
last modified time | relevance | path

Searched refs:bgImageSizeType (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp484 static const LinearMapNode<BackgroundImageSizeType> bgImageSizeType[] = { in ParseBackgroundImageSize() local
509 auto sizeTypeIter = BinarySearchFindIndex(bgImageSizeType, ArraySize(bgImageSizeType), value.c_str()); in ParseBackgroundImageSize()
511 bgImgSize.SetSizeTypeX(bgImageSizeType[sizeTypeIter].value); in ParseBackgroundImageSize()
512 bgImgSize.SetSizeTypeY(bgImageSizeType[sizeTypeIter].value); in ParseBackgroundImageSize()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp2895 static const LinearMapNode<BackgroundImageSizeType> bgImageSizeType[] = {
2921 auto sizeTypeIter = BinarySearchFindIndex(bgImageSizeType, ArraySize(bgImageSizeType), value.c_str());
2923 bgImgSize.SetSizeTypeX(bgImageSizeType[sizeTypeIter].value);
2924 bgImgSize.SetSizeTypeY(bgImageSizeType[sizeTypeIter].value);

Completed in 5 milliseconds