Home
last modified time | relevance | path

Searched refs:weekTextStyle (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_paint_method.cpp516 RSTextStyle weekTextStyle; in DrawWeek() local
518 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()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drosen_render_calendar.cpp355 txt::TextStyle weekTextStyle; in DrawWeek() local
356 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() local
363 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()