Searched refs:heightCalc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_checkboxgroup_bridge.cpp | 149 std::string heightCalc = height.CalcValue(); in SetCheckboxGroupHeight() local 151 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), heightCalc.c_str()); in SetCheckboxGroupHeight() 233 std::string heightCalc = height.CalcValue(); in SetCheckboxGroupSize() local 238 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), heightCalc.c_str()); in SetCheckboxGroupSize()
|
H A D | arkts_native_radio_bridge.cpp | 164 std::string heightCalc = height.CalcValue(); in SetRadioHeight() local 166 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), heightCalc.c_str()); in SetRadioHeight() 204 std::string heightCalc = height.CalcValue(); in SetRadioSize() local 209 nativeNode, height.Value(), static_cast<int>(height.Unit()), heightCalc.c_str()); in SetRadioSize()
|
H A D | arkts_native_select_bridge.cpp | 664 std::string heightCalc = height.CalcValue(); in SetHeight() local 666 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), heightCalc.c_str()); in SetHeight() 703 std::string heightCalc = height.CalcValue(); in SetSize() local 708 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), heightCalc.c_str()); in SetSize()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_richeditor_controller_ffi.cpp | 469 auto heightCalc = CalcDimension(0.0); in UpdateParagraphStyle() local 470 style.leadingMargin->size = NG::LeadingMarginSize(widthCalc, heightCalc); in UpdateParagraphStyle() 488 auto heightCalc = CalcDimension(height.ConvertToPx()); in UpdateParagraphStyle() local 489 style.leadingMargin->size = NG::LeadingMarginSize(widthCalc, heightCalc); in UpdateParagraphStyle()
|