Lines Matching refs:NORMAL
731 constexpr FontStyle::Weight NORMAL = FontStyle::Weight::NORMAL; in TEST_F() local
740 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F()
742 FontStyle(NORMAL, ITALIC), // 2 in TEST_F()
749 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F()
755 FontStyle(NORMAL, ITALIC), // 8 in TEST_F()
768 {FontStyle(BOLD), {FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
770 {FontStyle(LIGHT), {FontStyle(NORMAL), FontStyle(LIGHT)}, 1}, in TEST_F()
772 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(LIGHT)}, 0}, in TEST_F()
773 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
774 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
775 {FontStyle(NORMAL), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
776 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 2}, in TEST_F()
781 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0}, in TEST_F()
783 {FontStyle(NORMAL, ITALIC), STANDARD_SET, 2}, in TEST_F()
786 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2}, in TEST_F()
788 {FontStyle(NORMAL, ITALIC), FULL_SET, 8}, in TEST_F()