Home
last modified time | relevance | path

Searched refs:fontSizeStr (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_timepicker_bridge.cpp94 std::string fontSizeStr = size.ToString(); in SetTextStyle() local
96 FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_str()); in SetTextStyle()
143 std::string fontSizeStr = size.ToString(); in SetSelectedTextStyle() local
145 FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_str()); in SetSelectedTextStyle()
192 std::string fontSizeStr = size.ToString(); in SetDisappearTextStyle() local
194 FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_str()); in SetDisappearTextStyle()
H A Darkts_native_menu_item_bridge.cpp142 std::string fontSizeStr = fontSize.ToString(); in SetLabelFont() local
144 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), family.c_str()… in SetLabelFont()
198 std::string fontSizeStr = fontSize.ToString(); in SetContentFont() local
200 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), family.c_str()… in SetContentFont()
H A Darkts_native_textpicker_bridge.cpp178 std::string fontSizeStr = size.ToString(); in SetTextStyle() local
180 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_s… in SetTextStyle()
227 std::string fontSizeStr = size.ToString(); in SetSelectedTextStyle() local
229 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_s… in SetSelectedTextStyle()
276 std::string fontSizeStr = size.ToString(); in SetDisappearTextStyle() local
278 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), fontFamily.c_s… in SetDisappearTextStyle()
H A Darkts_native_select_bridge.cpp278 std::string fontSizeStr = DEFAULT_STR; in SetFont() local
282 fontSizeStr = fontSize.ToString(); in SetFont()
305 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), fontWeight.c_str(), fontFamily… in SetFont()
349 std::string fontSizeStr = fontSize.ToString(); in SetOptionFont() local
351 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), fontWeight.c_str(), fontFamily… in SetOptionFont()
396 std::string fontSizeStr = fontSize.ToString(); in SetSelectedOptionFont() local
398 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), fontWeight.c_str(), fontFamily… in SetSelectedOptionFont()
H A Darkts_native_menu_bridge.cpp176 std::string fontSizeStr = fontSize.ToString(); in SetFont() local
178 …StringUtils::FormatString(FORMAT_FONT.c_str(), fontSizeStr.c_str(), weight.c_str(), family.c_str()… in SetFont()