Lines Matching refs:NORMAL
666 constexpr FontStyle::Weight NORMAL = FontStyle::Weight::NORMAL; in TEST_F() local
675 FontStyle(NORMAL, UPRIGHT), // 0 in TEST_F()
677 FontStyle(NORMAL, ITALIC), // 2 in TEST_F()
684 FontStyle(NORMAL, UPRIGHT), // 2 in TEST_F()
690 FontStyle(NORMAL, ITALIC), // 8 in TEST_F()
703 {FontStyle(BOLD), {FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
705 {FontStyle(LIGHT), {FontStyle(NORMAL), FontStyle(LIGHT)}, 1}, in TEST_F()
707 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(LIGHT)}, 0}, in TEST_F()
708 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
709 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
710 {FontStyle(NORMAL), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
711 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 2}, in TEST_F()
716 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0}, in TEST_F()
718 {FontStyle(NORMAL, ITALIC), STANDARD_SET, 2}, in TEST_F()
721 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2}, in TEST_F()
723 {FontStyle(NORMAL, ITALIC), FULL_SET, 8}, in TEST_F()