Home
last modified time | relevance | path

Searched refs:ArkUI_ImageSize (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/native/
H A Dnative_type.h1032 } ArkUI_ImageSize; typedef
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Dnative__type_8h.md117 | [ArkUI_ImageSize](_ark_u_i___native_module.md#arkui_imagesize) { [ARKUI_IMAGE_SIZE_AUTO](_ark_u_i…
H A D_ark_u_i___native_module.md211 | [ArkUI_ImageSize](#arkui_imagesize) { ARKUI_IMAGE_SIZE_AUTO = 0, ARKUI_IMAGE_SIZE_COVER, ARKUI_IM…
2534 ### ArkUI_ImageSize subsection
2537 enum ArkUI_ImageSize
3042ArkUI_ImageSize](#arkui_imagesize)枚举值。<br/>属性获取方法返回值[ArkUI_AttributeItem](_ark_u_i___attribute_ite…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Dnative__type_8h.md112 | [ArkUI_ImageSize](_ark_u_i___native_module.md#arkui_imagesize) { [ARKUI_IMAGE_SIZE_AUTO](_ark_u_i…
H A D_ark_u_i___native_module.md202 | [ArkUI_ImageSize](#arkui_imagesize) { ARKUI_IMAGE_SIZE_AUTO = 0, ARKUI_IMAGE_SIZE_COVER, ARKUI_IM…
2488 ### ArkUI_ImageSize subsection
2491 enum ArkUI_ImageSize
2770ArkUI_ImageSize](#arkui_imagesize).<br>Format of the return value [ArkUI_AttributeItem](_ark_u_i__…
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp8600 int32_t GetBackgroundImageSizeType(ArkUI_ImageSize nativeImageSizeType) in GetBackgroundImageSizeType()
8623 … auto imageSizeType = GetBackgroundImageSizeType(static_cast<ArkUI_ImageSize>(item->value[0].i32)); in SetBackgroundImageSizeWithStyle()