Lines Matching refs:FontStyle
57 void itemize(const std::shared_ptr<FontCollection>& collection, const char* str, FontStyle style, in itemize()
75 itemize(collection, str, FontStyle(), localeList, result); in itemize()
79 void itemize(const std::shared_ptr<FontCollection>& collection, const char* str, FontStyle style, in itemize()
87 itemize(collection, str, FontStyle(), "", result); in itemize()
106 const FontStyle kRegularStyle = FontStyle(); in TEST()
107 const FontStyle kItalicStyle = FontStyle(FontStyle::Slant::ITALIC); in TEST()
108 const FontStyle kBoldStyle = FontStyle(FontStyle::Weight::BOLD); in TEST()
109 const FontStyle kBoldItalicStyle = FontStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()
686 FontStyle kBoldStyle(FontStyle::Weight::BOLD); in TEST()
687 FontStyle kItalicStyle(FontStyle::Slant::ITALIC); in TEST()
688 FontStyle kBoldItalicStyle(FontStyle::Weight::BOLD, FontStyle::Slant::ITALIC); in TEST()