/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/ |
H A D | stylemgr_tdd_test.cpp | 169 JSValue widthValue = jerry_create_number(values[i]); in PrepareStyleSheetWithKeyValues() local 417 constexpr int32_t widthValue = 200; in ACELiteStyleManagerInlineStyle004() local 480 constexpr int32_t widthValue = 200; in ACELiteStyleManagerInlineStyle005() local 551 constexpr int32_t widthValue = 200; in ACELiteStyleManagerIDSelector002() local 624 constexpr int32_t widthValue = 200; in ACELiteStyleManagerIDSelector004() local 688 constexpr int32_t widthValue = 500; in ACELiteStyleManagerIDSelector005() local 809 constexpr int32_t widthValue = 200; in ACELiteStyleManagerClassSelector003() local 881 constexpr uint16_t widthValue = 200; in ACELiteStyleManagerCSSPesudo001() local
|
H A D | stylemgr_media_query_tdd_test.cpp | 709 int32_t widthValue = widthStyleItem->GetNumValue(); variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_counter_bridge.cpp | 105 Local<JSValueRef> widthValue = runtimeCallInfo->GetCallArgRef(1); in SetCounterWidth() local 162 Local<JSValueRef> widthValue = runtimeCallInfo->GetCallArgRef(1); // 1: width Value in SetCounterSize() local
|
H A D | arkts_native_form_component_bridge.cpp | 122 Local<JSValueRef> widthValue = runtimeCallInfo->GetCallArgRef(1); in SetSize() local
|
H A D | arkts_native_render_node_bridge.cpp | 526 float widthValue = 0; in SetFrame() local 549 float widthValue = 0; in SetSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_pattern.cpp | 224 auto widthValue = BAR_WIDTH.Value() + BAR_WIDTH.Value() * (SCALE - 1.0f) * scale; in CreatePropertyCallback() local 236 … auto widthValue = BAR_WIDTH.Value() * SCALE + BAR_WIDTH.Value() * (1.0f - SCALE) * scale; in CreatePropertyCallback() local
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | resize_bilinear_builder_test.cpp | 79 int64_t *widthValue = new (std::nothrow) int64_t(1); in SaveWidthTensor() local 646 int64_t widthValue = 1; variable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | radio_switch_tdd_test.cpp | 101 jerry_value_t widthValue = jerry_create_boolean(false); in WidthRadioValueTest002() local
|
H A D | input_tdd_test.cpp | 514 const int widthValue = 50; variable
|
H A D | percent_tdd_test.cpp | 78 void PercentTddTest::ConfigStylesWithRect(JSValue staticStyle, const char *widthValue, const char *… in ConfigStylesWithRect() argument
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_plugin.cpp | 100 JSRef<JSVal> widthValue = sizeObj->GetProperty("width"); in JsSize() local
|
H A D | js_form.cpp | 124 JSRef<JSVal> widthValue = sizeObj->GetProperty("width"); in SetSize() local
|
H A D | js_shape.cpp | 84 JSRef<JSVal> widthValue = obj->GetProperty("width"); in SetViewPort() local
|
H A D | js_base_node.cpp | 200 auto widthValue = width->IsNumber() ? width->ToNumber<float>() : 0.0f; in ConstructorCallback() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | form_component_modifier.cpp | 58 void SetFormSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, in SetFormSize()
|
H A D | checkboxgroup_modifier.cpp | 118 …xGroupMark(ArkUINodeHandle node, uint32_t color, ArkUI_Float32 sizeValue, ArkUI_Float32 widthValue) in SetCheckboxGroupMark()
|
H A D | node_checkbox_modifier.cpp | 70 void SetMark(ArkUINodeHandle node, uint32_t color, float sizeValue, int sizeUnit, float widthValue,… in SetMark()
|
H A D | radio_modifier.cpp | 115 void SetRadioSize(ArkUINodeHandle node, ArkUI_Float32 widthValue, ArkUI_Int32 widthUnit, ArkUI_Floa… in SetRadioSize()
|
H A D | button_modifier.cpp | 467 …ArkUINodeHandle node, ArkUI_CharPtr widthValue, int32_t widthUnit, ArkUI_CharPtr heightValue, int3… in SetButtonSize()
|
H A D | node_text_area_modifier.cpp | 1646 auto widthValue = std::string(value); in SetTextAreaWidth() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_swiper_ffi.cpp | 107 Dimension widthValue(width, static_cast<DimensionUnit>(widthUnit)); in FfiOHOSAceFrameworkSwiperSetSize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/ |
H A D | render_relative_container.cpp | 266 double widthValue = 0.0; in CalcLayoutParam() local
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_window_manager.cpp | 144 napi_value widthValue = nullptr; in GetPictureInPictureOptionFromJs() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/flex/ |
H A D | wrap_layout_algorithm.cpp | 273 auto widthValue = constraint->selfIdealSize.Width(); in PerformLayoutInitialize() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 627 JSRef<JSVal> widthValue = obj->GetProperty("width"); in JsCreateImageData() local
|