Home | History | Annotate | Download | only in unittest

Lines Matching defs:UPRIGHT

638         return "UPRIGHT";
659 constexpr FontStyle::Slant UPRIGHT = FontStyle::Slant::UPRIGHT;
663 FontStyle(NORMAL, UPRIGHT), // 0
664 FontStyle(BOLD, UPRIGHT), // 1
670 FontStyle(THIN, UPRIGHT), // 0
671 FontStyle(LIGHT, UPRIGHT), // 1
672 FontStyle(NORMAL, UPRIGHT), // 2
673 FontStyle(MEDIUM, UPRIGHT), // 3
674 FontStyle(BOLD, UPRIGHT), // 4
675 FontStyle(BLACK, UPRIGHT), // 5
701 {FontStyle(UPRIGHT), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 0},
702 {FontStyle(ITALIC), {FontStyle(UPRIGHT), FontStyle(ITALIC)}, 1},
704 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0},
705 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1},
709 {FontStyle(NORMAL, UPRIGHT), FULL_SET, 2},
710 {FontStyle(BOLD, UPRIGHT), FULL_SET, 4},