Home
last modified time | relevance | path

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 Darkts_native_line_bridge.cpp41 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 Darkts_native_blank_bridge.cpp52 std::string calcStr; in SetBlankHeight() local
64 nativeNode, height.Value(), static_cast<int32_t>(height.Unit()), calcStr.c_str()); in SetBlankHeight()
H A Darkts_native_grid_bridge.cpp182 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 Darkts_native_grid_row_bridge.cpp131 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 Darkts_native_water_flow_bridge.cpp136 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 Darkts_native_text_area_bridge.cpp240 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 Darkts_native_calendar_picker_bridge.cpp229 std::string calcStr; in SetCalendarPickerHeight() local
H A Darkts_native_common_shape_bridge.cpp140 std::string calcStr; in SetStrokeDashOffset() local
H A Darkts_native_search_bridge.cpp671 std::string calcStr; in SetSearchHeight() local
683 nativeNode, height.Value(), static_cast<int>(height.Unit()), calcStr.c_str()); in SetSearchHeight()
H A Darkts_native_common_bridge.cpp1702 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()