Searched refs:calcStr (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_line_bridge.cpp | 41 std::string calcStr; in SetStartPoint() local 61 pointStr.push_back(calcStr.c_str()); in SetStartPoint() 69 pointStr.push_back(calcStr.c_str()); in SetStartPoint() 109 std::string calcStr; in SetEndPoint() local 129 pointStr.push_back(calcStr.c_str()); in SetEndPoint() 137 pointStr.push_back(calcStr.c_str()); in SetEndPoint()
|
H A D | arkts_native_blank_bridge.cpp | 52 std::string calcStr; in SetBlankHeight() local 64 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), calcStr.c_str()); in SetBlankHeight()
|
H A D | arkts_native_grid_bridge.cpp | 182 std::string calcStr; in SetColumnsGap() local 189 calcStr = size.CalcValue(); in SetColumnsGap() 190 columnGap.string = calcStr.c_str(); in SetColumnsGap() 195 columnGap.string = calcStr.c_str(); in SetColumnsGap() 221 std::string calcStr; in SetRowsGap() local 228 calcStr = size.CalcValue(); in SetRowsGap() 229 rowsGap.string = calcStr.c_str(); in SetRowsGap() 234 rowsGap.string = calcStr.c_str(); in SetRowsGap()
|
H A D | arkts_native_grid_row_bridge.cpp | 131 std::string calcStr; in SetBreakpoints() local 133 calcStr = item->ToString(vm)->ToString(vm); in SetBreakpoints() 138 pointStr.push_back(calcStr.c_str()); in SetBreakpoints()
|
H A D | arkts_native_water_flow_bridge.cpp | 136 std::string calcStr; in SetColumnsGap() local 149 … nativeNode, columnsGap.Value(), static_cast<int32_t>(columnsGap.Unit()), calcStr.c_str()); in SetColumnsGap() 174 std::string calcStr; in SetRowsGap() local 186 nativeNode, rowGap.Value(), static_cast<int32_t>(rowGap.Unit()), calcStr.c_str()); in SetRowsGap()
|
H A D | arkts_native_text_area_bridge.cpp | 240 std::string calcStr; in SetPlaceholderFont() local 244 calcStr = size.CalcValue(); in SetPlaceholderFont() 245 fontSize.string = calcStr.c_str(); in SetPlaceholderFont() 249 fontSize.string = calcStr.c_str(); in SetPlaceholderFont() 568 std::string calcStr; in SetFontSize() local 574 calcStr = size.CalcValue(); in SetFontSize() 575 fontSize.string = calcStr.c_str(); in SetFontSize() 580 fontSize.string = calcStr.c_str(); in SetFontSize()
|
H A D | arkts_native_calendar_picker_bridge.cpp | 229 std::string calcStr; in SetCalendarPickerHeight() local
|
H A D | arkts_native_common_shape_bridge.cpp | 140 std::string calcStr; in SetStrokeDashOffset() local
|
H A D | arkts_native_search_bridge.cpp | 671 std::string calcStr; in SetSearchHeight() local 683 nativeNode, height.Value(), static_cast<int>(height.Unit()), calcStr.c_str()); in SetSearchHeight()
|
H A D | arkts_native_common_bridge.cpp | 1702 std::string calcStr; in SetWidth() local 1719 nativeNode, width.Value(), static_cast<int32_t>(width.Unit()), calcStr.c_str()); in SetWidth() 1743 std::string calcStr; in SetHeight() local 1759 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), calcStr.c_str()); in SetHeight()
|