Home
last modified time | relevance | path

Searched refs:valueHeight (Results 1 - 7 of 7) sorted by relevance

/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_box_progress_unit_test.cpp136 const int16_t valueHeight = 10; in HWTEST_F() local
139 boxProgress_->SetValidHeight(valueHeight); in HWTEST_F()
140 EXPECT_EQ(boxProgress_->GetValidHeight(), valueHeight); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp526 double valueHeight = heightDime.ConvertToPx(); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize() local
535 valueHeight = heightDime.Value() * FULL_DIMENSION; in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize()
540 bgImgSize.SetSizeValueY(valueHeight); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImageSize()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp1948 void SetBackgroundImageSize(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, in SetBackgroundImageSize() argument
1957 bgImgSize.SetSizeValueY(valueHeight); in SetBackgroundImageSize()
5559 ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, ArkUI_Int32 unit) in SetBackgroundImageSizeWithUnit()
5565 CalcDimension height(valueHeight, static_cast<DimensionUnit>(unit)); in SetBackgroundImageSizeWithUnit()
5558 SetBackgroundImageSizeWithUnit( ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight, ArkUI_Int32 unit) SetBackgroundImageSizeWithUnit() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp3112 double valueHeight = 0.0; in SetBackgroundImageSize() local
3129 valueHeight = height.ConvertToPx(); in SetBackgroundImageSize()
3138 valueHeight = height.Value() * FULL_DIMENSION; in SetBackgroundImageSize()
3142 nativeNode, valueWidth, valueHeight, static_cast<int32_t>(typeWidth), static_cast<int32_t>(typeHeight)); in SetBackgroundImageSize()
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h118 void (*setBackgroundImageSize)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight,
418 void (*setBackgroundImageSizeWithUnit)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight,
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3148 double valueHeight = height.ConvertToPx(); in JsBackgroundImageSize() local
3157 valueHeight = height.Value() * FULL_DIMENSION; in JsBackgroundImageSize()
3162 bgImgSize.SetSizeValueY(valueHeight); in JsBackgroundImageSize()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1622 void (*setBackgroundImageSize)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight,
1921 void (*setBackgroundImageSizeWithUnit)(ArkUINodeHandle node, ArkUI_Float32 valueWidth, ArkUI_Float32 valueHeight,

Completed in 86 milliseconds