Lines Matching refs:BOLD
656 constexpr FontStyle::Weight BOLD = FontStyle::Weight::BOLD; in TEST_F() local
664 FontStyle(BOLD, UPRIGHT), // 1 in TEST_F()
666 FontStyle(BOLD, ITALIC), // 3 in TEST_F()
674 FontStyle(BOLD, UPRIGHT), // 4 in TEST_F()
680 FontStyle(BOLD, ITALIC), // 10 in TEST_F()
691 {FontStyle(BOLD), {FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
692 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(BOLD)}, 1}, in TEST_F()
694 {FontStyle(LIGHT), {FontStyle(BOLD), FontStyle(LIGHT)}, 1}, in TEST_F()
696 {FontStyle(NORMAL), {FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
697 {FontStyle(LIGHT), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 0}, in TEST_F()
698 {FontStyle(NORMAL), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
699 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(NORMAL), FontStyle(BOLD)}, 2}, in TEST_F()
705 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1}, in TEST_F()
707 {FontStyle(BOLD, ITALIC), STANDARD_SET, 3}, in TEST_F()
710 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4}, in TEST_F()
712 {FontStyle(BOLD, ITALIC), FULL_SET, 10}, in TEST_F()