Lines Matching refs:FontStyle
34 using android::FontStyle;
59 void itemize(FontCollection* collection, const char* str, FontStyle style,
87 const FontStyle kRegularStyle = FontStyle();
88 const FontStyle kItalicStyle = FontStyle(4, true);
89 const FontStyle kBoldStyle = FontStyle(7, false);
90 const FontStyle kBoldItalicStyle = FontStyle(7, true);
157 itemize(collection.get(), "U+1F469 U+1F467", FontStyle(), &runs);
167 itemize(collection.get(), "'0' U+20E3", FontStyle(), &runs);
175 itemize(collection.get(), "U+1F470 U+20E3", FontStyle(), &runs);
183 itemize(collection.get(), "U+242EE U+1F470 U+20E3", FontStyle(), &runs);
199 itemize(collection.get(), "'a' U+20E3", FontStyle(), &runs);
218 FontStyle kJAStyle = FontStyle(FontStyle::registerLanguageList("ja_JP"));
219 FontStyle kUSStyle = FontStyle(FontStyle::registerLanguageList("en_US"));
220 FontStyle kZH_HansStyle = FontStyle(FontStyle::registerLanguageList("zh_Hans"));
283 itemize(collection.get(), "U+4444 U+302D", FontStyle(), &runs);
307 FontStyle kUSStyle = FontStyle(FontStyle::registerLanguageList("en_US"));
350 FontStyle kZH_HansStyle = FontStyle(FontStyle::registerLanguageList("zh_Hans"));
351 FontStyle kZH_HantStyle = FontStyle(FontStyle::registerLanguageList("zh_Hant"));
453 itemize(collection.get(), "U+FE00", FontStyle(), &runs);
489 FontStyle kZH_HansStyle = FontStyle(FontStyle::registerLanguageList("zh_Hans"));
490 FontStyle kZH_HantStyle = FontStyle(FontStyle::registerLanguageList("zh_Hant"));
593 itemize(collection.get(), "U+E0100", FontStyle(), &runs);
611 itemize(collection.get(), "'a' U+D83D 'a'", FontStyle(), &runs);
612 itemize(collection.get(), "'a' U+DC69 'a'", FontStyle(), &runs);
613 itemize(collection.get(), "'a' U+D83D U+D83D 'a'", FontStyle(), &runs);
614 itemize(collection.get(), "'a' U+DC69 U+DC69 'a'", FontStyle(), &runs);
617 itemize(collection.get(), "U+FE00 U+FE00", FontStyle(), &runs);
618 itemize(collection.get(), "U+E0100 U+E0100", FontStyle(), &runs);
619 itemize(collection.get(), "U+FE00 U+E0100", FontStyle(), &runs);
620 itemize(collection.get(), "U+E0100 U+FE00", FontStyle(), &runs);
623 itemize(collection.get(), "U+302D", FontStyle(), &runs);
624 itemize(collection.get(), "U+302D U+302D", FontStyle(), &runs);
627 itemize(collection.get(), "U+FE00 U+302D U+E0100", FontStyle(), &runs);
634 FontStyle kJABoldStyle = FontStyle(FontStyle::registerLanguageList("ja_JP"), 0, 7, false);
635 FontStyle kJAItalicStyle = FontStyle(FontStyle::registerLanguageList("ja_JP"), 0, 5, true);
636 FontStyle kJABoldItalicStyle =
637 FontStyle(FontStyle::registerLanguageList("ja_JP"), 0, 7, true);
689 itemize(&collection, "U+717D U+FE02", FontStyle(), &runs);
805 FontStyle::registerLanguageList("und"), 0 /* variant */);
817 FontStyle::registerLanguageList(testCase.fontLanguages[i]), 0 /* variant */);
829 const FontStyle style = FontStyle(
830 FontStyle::registerLanguageList(testCase.userPreferredLanguages));
1145 const FontStyle style =
1146 FontStyle(FontStyle::registerLanguageList(testCase.requestedLanguages));
1157 const FontStyle kDefaultFontStyle;
1239 const FontStyle kDefaultFontStyle;
1321 const FontStyle kDefaultFontStyle;
1360 const FontStyle kDefaultFontStyle;
1380 const FontStyle kDefaultFontStyle;