Lines Matching refs:FontStyle
60 const char* str, FontStyle style, in itemize()
88 return itemize(collection, str, FontStyle(), localeList); in itemize()
93 const char* str, FontStyle style) { in itemize()
100 return itemize(collection, str, FontStyle(), ""); in itemize()
118 const FontStyle kRegularStyle = FontStyle(); in TEST()
119 const FontStyle kItalicStyle = FontStyle(FontStyle::Slant::ITALIC); in TEST()
120 const FontStyle kBoldStyle = FontStyle(FontStyle::Weight::BOLD); in TEST()
121 const FontStyle kBoldItalicStyle = FontStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()
690 FontStyle kBoldStyle(FontStyle::Weight::BOLD); in TEST()
691 FontStyle kItalicStyle(FontStyle::Slant::ITALIC); in TEST()
692 FontStyle kBoldItalicStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()