Searched refs:workStateFontWeight_ (Results 1 – 4 of 4) sorted by relevance
150 FontWeight workStateFontWeight_ = FontWeight::W400; variable
414 offWorkTextStyle.fontWeight_ = static_cast<RSFontWeight>(workStateFontWeight_); in SetOffWorkTextStyle()421 offWorkTextStyle.fontWeight = static_cast<RSFontWeight>(workStateFontWeight_); in SetOffWorkTextStyle()597 …workStateFontWeight_ = StringUtils::StringToFontWeight(theme->GetCalendarTheme().workStateFontWeig… in SetCalendarTheme()
212 FontWeight workStateFontWeight_ = FontWeight::W400; variable
488 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);