Lines Matching refs:UPRIGHT
796 constexpr FontStyle::Slant UPRIGHT = FontStyle::Slant::UPRIGHT; in TEST_F() local
800 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F()
801 FontStyle(BOLD, UPRIGHT), // 1 in TEST_F()
807 FontStyle(THIN, UPRIGHT), // 0 in TEST_F()
808 FontStyle(LIGHT, UPRIGHT), // 1 in TEST_F()
809 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F()
810 FontStyle(MEDIUM, UPRIGHT), // 3 in TEST_F()
811 FontStyle(BOLD, UPRIGHT), // 4 in TEST_F()
812 FontStyle(BLACK, UPRIGHT), // 5 in TEST_F()
838 {FontStyle(UPRIGHT), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 0}, in TEST_F()
839 {FontStyle(ITALIC), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 1}, in TEST_F()
841 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0}, in TEST_F()
842 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1}, in TEST_F()
846 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2}, in TEST_F()
847 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4}, in TEST_F()