Home
last modified time | relevance | path

Searched defs:heightValue (Results 1 - 25 of 25) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dblank_modifier.cpp35 void SetBlankHeight(ArkUINodeHandle node, ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) in SetBlankHeight() argument
H A Dform_component_modifier.cpp54 SetFormSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) SetFormSize() argument
H A Dradio_modifier.cpp107 void SetRadioSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, ArkUI_Float32 heightValue, in SetRadioSize() argument
H A Dbutton_modifier.cpp466 SetButtonSize( ArkUINodeHandle node, ArkUI_CharPtr widthValue, int32_t widthUnit, ArkUI_CharPtr heightValue, int32_t heightUnit) SetButtonSize() argument
H A Dsearch_modifier.cpp266 void SetSearchHeight(ArkUINodeHandle node, ArkUI_Float32 heightValue, ArkUI_Int32 heightUnit) in SetSearchHeight() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_counter_bridge.cpp76 Local<JSValueRef> heightValue = runtimeCallInfo->GetCallArgRef(1); in SetCounterHeight() local
163 Local<JSValueRef> heightValue = runtimeCallInfo->GetCallArgRef(2); // 2: height Value in SetCounterSize() local
H A Darkts_native_form_component_bridge.cpp123 Local<JSValueRef> heightValue = runtimeCallInfo->GetCallArgRef(2); in SetSize() local
H A Darkts_native_render_node_bridge.cpp519 float heightValue = 0; in SetFrame() local
542 float heightValue = 0; in SetSize() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_plugin.cpp90 JSRef<JSVal> heightValue = sizeObj->GetProperty("height"); in JsSize() local
H A Djs_form.cpp127 JSRef<JSVal> heightValue = sizeObj->GetProperty("height"); in SetSize() local
H A Djs_shape.cpp78 JSRef<JSVal> heightValue = obj->GetProperty("height"); in SetViewPort() local
H A Djs_base_node.cpp203 auto heightValue = height->IsNumber() ? height->ToNumber<float>() : 0.0f; in ConstructorCallback() local
H A Djs_navdestination.cpp189 std::string heightValue; in SetTitle() local
H A Djs_navigation.cpp307 std::string heightValue; in SetTitle() local
H A Djs_view_abstract.cpp10530 auto heightValue = obj->GetProperty("height"); in SetDialogProperties() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_drag/
H A Dtext_drag_test_ng.h53 std::optional<float> heightValue = std::nullopt; member
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dresize_bilinear_builder_test.cpp69 int64_t *heightValue = new (std::nothrow) int64_t(1); in SaveHeightTensor() local
645 int64_t heightValue = 1; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp299 double heightValue = 0.0; in CalcLayoutParam() local
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dinput_tdd_test.cpp331 const int heightValue = 20; in HWTEST_F() local
529 const int heightValue = 20; in HWTEST_F() local
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/
H A Djs_pip_window_manager.cpp148 napi_value heightValue = nullptr; in GetPictureInPictureOptionFromJs() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/
H A Dwrap_layout_algorithm.cpp257 auto heightValue = constraint->selfIdealSize.Height(); in PerformLayoutInitialize() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp126 JSValue heightValue = jerry_create_number(propValue); in PrepareStyleSheet() local
355 constexpr int32_t heightValue = 50; in ACELiteStyleManagerInlineStyle003() local
636 constexpr int32_t heightValue = 100; in ACELiteStyleManagerIDSelector004() local
772 constexpr int32_t heightValue = 100; in ACELiteStyleManagerClassSelector002() local
892 constexpr uint16_t heightValue in ACELiteStyleManagerCSSPesudo001() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp403 double heightValue; in CheckSharedDataAfterUpdated() local
H A Ddistributeddb_cloud_check_sync_test.cpp1169 std::vector<std::string> heightValue = {"155.10"}; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp632 JSRef<JSVal> heightValue = obj->GetProperty("height"); in JsCreateImageData() local

Completed in 48 milliseconds