Searched refs:weekTextStyle (Results 1 – 2 of 2) sorted by relevance
516 RSTextStyle weekTextStyle; in DrawWeek() local518 weekTextStyle.color_ = weekColor_; in DrawWeek()519 weekTextStyle.fontSize_ = weekFontSize_; in DrawWeek()520 weekTextStyle.locale_ = Localization::GetInstance()->GetFontLocale(); in DrawWeek()523 weekTextStyle.fontFamilies_ = appFontFamilies_; in DrawWeek()526 weekTextStyle.color = weekColor_; in DrawWeek()527 weekTextStyle.fontSize = weekFontSize_; in DrawWeek()528 weekTextStyle.locale = Localization::GetInstance()->GetFontLocale(); in DrawWeek()531 weekTextStyle.fontFamilies = appFontFamilies_; in DrawWeek()548 DrawCalendarText(&canvas, newText, weekTextStyle, boxRect); in DrawWeek()
355 txt::TextStyle weekTextStyle; in DrawWeek() local356 weekTextStyle.color = weekColor_; in DrawWeek()357 weekTextStyle.font_size = weekFontSize_; in DrawWeek()359 weekTextStyle.font_weight = static_cast<txt::FontWeight>(FontWeight::W500); in DrawWeek()362 Rosen::TextStyle weekTextStyle; in DrawWeek() local363 weekTextStyle.color = weekColor_; in DrawWeek()364 weekTextStyle.fontSize = weekFontSize_; in DrawWeek()366 weekTextStyle.fontWeight = static_cast<Rosen::FontWeight>(FontWeight::W500); in DrawWeek()369 weekTextStyle.locale = Localization::GetInstance()->GetFontLocale(); in DrawWeek()383 DrawCalendarText(canvas, newText, weekTextStyle, boxRect); in DrawWeek()