Searched refs:imageSizeType (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1963 ArkUIImageSizeType imageSizeType = { 0, 0, 0, 0 }; in GetBackgroundImageSize() local 1965 CHECK_NULL_RETURN(frameNode, imageSizeType); in GetBackgroundImageSize() 1967 CHECK_NULL_RETURN(renderContext, imageSizeType); in GetBackgroundImageSize() 1968 CHECK_NULL_RETURN(renderContext->GetBackground(), imageSizeType); in GetBackgroundImageSize() 1971 CHECK_NULL_RETURN(imageSize, imageSizeType); in GetBackgroundImageSize() 1972 imageSizeType.xValue = imageSize->GetSizeValueX() / density; in GetBackgroundImageSize() 1973 imageSizeType.yValue = imageSize->GetSizeValueY() / density; in GetBackgroundImageSize() 1974 imageSizeType.xType = static_cast<int32_t>(imageSize->GetSizeTypeX()); in GetBackgroundImageSize() 1975 imageSizeType.yType = static_cast<int32_t>(imageSize->GetSizeTypeY()); in GetBackgroundImageSize() 1976 return imageSizeType; in GetBackgroundImageSize() [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 8582 auto imageSizeType = GetBackgroundImageSizeType(static_cast<ArkUI_ImageSize>(item->value[0].i32)); in SetBackgroundImageSizeWithStyle() local 8584 node->uiNodeHandle, 0.0f, 0.0f, imageSizeType, imageSizeType); in SetBackgroundImageSizeWithStyle()
|
Completed in 33 milliseconds