Home | History | Annotate | Download | only in unittest

Lines Matching refs:FontStyle

56 void itemize(const std::shared_ptr<FontCollection>& collection, const char* str, FontStyle style,
84 const FontStyle kRegularStyle = FontStyle();
85 const FontStyle kItalicStyle = FontStyle(4, true);
86 const FontStyle kBoldStyle = FontStyle(7, false);
87 const FontStyle kBoldItalicStyle = FontStyle(7, true);
156 const FontStyle kRegularStyle = FontStyle();
199 itemize(collection, "U+1F469 U+1F467", FontStyle(), &runs);
209 itemize(collection, "'0' U+20E3", FontStyle(), &runs);
217 itemize(collection, "U+1F470 U+20E3", FontStyle(), &runs);
225 itemize(collection, "U+242EE U+1F470 U+20E3", FontStyle(), &runs);
241 itemize(collection, "'a' U+20E3", FontStyle(), &runs);
260 FontStyle kJAStyle = FontStyle(FontStyle::registerLanguageList("ja_JP"));
261 FontStyle kUSStyle = FontStyle(FontStyle::registerLanguageList("en_US"));
262 FontStyle kZH_HansStyle = FontStyle(FontStyle::registerLanguageList("zh_Hans"));
325 itemize(collection, "U+4444 U+302D", FontStyle(), &runs);
349 FontStyle kUSStyle = FontStyle(FontStyle::registerLanguageList("en_US"));
392 FontStyle kZH_HansStyle = FontStyle(FontStyle::registerLanguageList("zh_Hans"));
393 FontStyle kZH_HantStyle = FontStyle(FontStyle::registerLanguageList("zh_Hant"));
495 itemize(collection, "U+FE00", FontStyle(), &runs);
531 FontStyle kZH_HansStyle = FontStyle(FontStyle::registerLanguageList("zh_Hans"));
532 FontStyle kZH_HantStyle = FontStyle(FontStyle::registerLanguageList("zh_Hant"));
635 itemize(collection, "U+E0100", FontStyle(), &runs);
653 itemize(collection, "'a' U+D83D 'a'", FontStyle(), &runs);
654 itemize(collection, "'a' U+DC69 'a'", FontStyle(), &runs);
655 itemize(collection, "'a' U+D83D U+D83D 'a'", FontStyle(), &runs);
656 itemize(collection, "'a' U+DC69 U+DC69 'a'", FontStyle(), &runs);
659 itemize(collection, "U+FE00 U+FE00", FontStyle(), &runs);
660 itemize(collection, "U+E0100 U+E0100", FontStyle(), &runs);
661 itemize(collection, "U+FE00 U+E0100", FontStyle(), &runs);
662 itemize(collection, "U+E0100 U+FE00", FontStyle(), &runs);
665 itemize(collection, "U+302D", FontStyle(), &runs);
666 itemize(collection, "U+302D U+302D", FontStyle(), &runs);
669 itemize(collection, "U+FE00 U+302D U+E0100", FontStyle(), &runs);
676 FontStyle kJABoldStyle = FontStyle(FontStyle::registerLanguageList("ja_JP"), 0, 7, false);
677 FontStyle kJAItalicStyle = FontStyle(FontStyle::registerLanguageList("ja_JP"), 0, 5, true);
678 FontStyle kJABoldItalicStyle =
679 FontStyle(FontStyle::registerLanguageList("ja_JP"), 0, 7, true);
721 std::vector<Font>{ Font(font, FontStyle()) }));
726 std::vector<Font>{ Font(font2, FontStyle()) }));
733 itemize(collection, "U+717D U+FE02", FontStyle(), &runs);
744 const FontStyle kDefaultFontStyle;
929 FontStyle::registerLanguageList("und"), 0 /* variant */,
930 std::vector<Font>({ Font(firstFamilyMinikinFont, FontStyle()) })));
941 FontStyle::registerLanguageList(testCase.fontLanguages[i]), 0 /* variant */,
942 std::vector<Font>({ Font(minikin_font, FontStyle()) })));
948 const FontStyle style = FontStyle(
949 FontStyle::registerLanguageList(testCase.userPreferredLanguages));
1264 const FontStyle style =
1265 FontStyle(FontStyle::registerLanguageList(testCase.requestedLanguages));
1276 const FontStyle kDefaultFontStyle;
1358 const FontStyle kDefaultFontStyle;
1440 const FontStyle kDefaultFontStyle;
1479 const FontStyle kDefaultFontStyle;
1499 const FontStyle kDefaultFontStyle;
1522 const FontStyle kDefaultFontStyle;
1529 std::vector<Font>({ Font(dummyFont, FontStyle()) })));
1531 std::vector<Font>({ Font(fontA, FontStyle()) })));
1533 std::vector<Font>({ Font(fontB, FontStyle()) })));
1555 const FontStyle kDefaultFontStyle;
1564 std::vector<Font>({ Font(dummyFont, FontStyle()) })));
1566 std::vector<Font>({ Font(hasCmapFormat14Font, FontStyle()) })));
1568 std::vector<Font>({ Font(noCmapFormat14Font, FontStyle()) })));