Lines Matching refs:UPRIGHT
659 constexpr FontStyle::Slant UPRIGHT = FontStyle::Slant::UPRIGHT; in TEST_F() local
663 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F()
664 FontStyle(BOLD, UPRIGHT), // 1 in TEST_F()
670 FontStyle(THIN, UPRIGHT), // 0 in TEST_F()
671 FontStyle(LIGHT, UPRIGHT), // 1 in TEST_F()
672 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F()
673 FontStyle(MEDIUM, UPRIGHT), // 3 in TEST_F()
674 FontStyle(BOLD, UPRIGHT), // 4 in TEST_F()
675 FontStyle(BLACK, UPRIGHT), // 5 in TEST_F()
701 {FontStyle(UPRIGHT), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 0}, in TEST_F()
702 {FontStyle(ITALIC), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 1}, in TEST_F()
704 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0}, in TEST_F()
705 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1}, in TEST_F()
709 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2}, in TEST_F()
710 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4}, in TEST_F()