Home
last modified time | relevance | path

Searched refs:workStateFontWeight_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.h150 FontWeight workStateFontWeight_ = FontWeight::W400; variable
H A Dcalendar_paint_method.cpp414 offWorkTextStyle.fontWeight_ = static_cast<RSFontWeight>(workStateFontWeight_); in SetOffWorkTextStyle()
421 offWorkTextStyle.fontWeight = static_cast<RSFontWeight>(workStateFontWeight_); in SetOffWorkTextStyle()
597workStateFontWeight_ = StringUtils::StringToFontWeight(theme->GetCalendarTheme().workStateFontWeig… in SetCalendarTheme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.h212 FontWeight workStateFontWeight_ = FontWeight::W400; variable
H A Drosen_render_calendar.cpp488 workStateStyle.font_weight = static_cast<txt::FontWeight>(workStateFontWeight_); in PaintDay()
490 workStateStyle.fontWeight = static_cast<Rosen::FontWeight>(workStateFontWeight_); in PaintDay()
1072 workStateFontWeight_ = StringUtils::StringToFontWeight(calendarTheme_.workStateFontWeight);