Lines Matching refs:BOLD
668 constexpr FontStyle::Weight BOLD = FontStyle::Weight::BOLD; in TEST_F() local
676 FontStyle(BOLD, UPRIGHT), // 1 in TEST_F()
678 FontStyle(BOLD, ITALIC), // 3 in TEST_F()
686 FontStyle(BOLD, UPRIGHT), // 4 in TEST_F()
692 FontStyle(BOLD, ITALIC), // 10 in TEST_F()
703 {FontStyle(BOLD), {FontStyle(NORMAL), FontStyle(BOLD)}, 1}, in TEST_F()
704 {FontStyle(BOLD), {FontStyle(LIGHT), FontStyle(BOLD)}, 1}, in TEST_F()
706 {FontStyle(LIGHT), {FontStyle(BOLD), FontStyle(LIGHT)}, 1}, 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()
717 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1}, in TEST_F()
719 {FontStyle(BOLD, ITALIC), STANDARD_SET, 3}, in TEST_F()
722 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4}, in TEST_F()
724 {FontStyle(BOLD, ITALIC), FULL_SET, 10}, in TEST_F()