Lines Matching refs:UPRIGHT
671 constexpr FontStyle::Slant UPRIGHT = FontStyle::Slant::UPRIGHT; in TEST_F() local
675 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F()
676 FontStyle(BOLD, UPRIGHT), // 1 in TEST_F()
682 FontStyle(THIN, UPRIGHT), // 0 in TEST_F()
683 FontStyle(LIGHT, UPRIGHT), // 1 in TEST_F()
684 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F()
685 FontStyle(MEDIUM, UPRIGHT), // 3 in TEST_F()
686 FontStyle(BOLD, UPRIGHT), // 4 in TEST_F()
687 FontStyle(BLACK, UPRIGHT), // 5 in TEST_F()
713 {FontStyle(UPRIGHT), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 0}, in TEST_F()
714 {FontStyle(ITALIC), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 1}, in TEST_F()
716 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0}, in TEST_F()
717 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1}, in TEST_F()
721 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2}, in TEST_F()
722 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4}, in TEST_F()