Lines Matching refs:UPRIGHT
709 constexpr FontStyle::Slant UPRIGHT = FontStyle::Slant::UPRIGHT; in TEST_F() local
713 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F()
714 FontStyle(BOLD, UPRIGHT), // 1 in TEST_F()
720 FontStyle(THIN, UPRIGHT), // 0 in TEST_F()
721 FontStyle(LIGHT, UPRIGHT), // 1 in TEST_F()
722 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F()
723 FontStyle(MEDIUM, UPRIGHT), // 3 in TEST_F()
724 FontStyle(BOLD, UPRIGHT), // 4 in TEST_F()
725 FontStyle(BLACK, UPRIGHT), // 5 in TEST_F()
751 {FontStyle(UPRIGHT), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 0}, in TEST_F()
752 {FontStyle(ITALIC), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 1}, in TEST_F()
754 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0}, in TEST_F()
755 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1}, in TEST_F()
759 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2}, in TEST_F()
760 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4}, in TEST_F()