Searched refs:UPRIGHT_SLANT (Results 1 – 3 of 3) sorted by relevance
65 UPRIGHT_SLANT, enumerator73 (TPin<int>(slant, UPRIGHT_SLANT, OBLIQUE_SLANT) << BIT24)) {} in FontStyle()75 constexpr FontStyle() : FontStyle{NORMAL_WEIGHT, NORMAL_WIDTH, UPRIGHT_SLANT} {} in FontStyle()
41 slant = RSFontStyle::Slant::UPRIGHT_SLANT; in ConvertToRSFontSlant()53 slant = RSFontStyle::Slant::UPRIGHT_SLANT; in ConvertToRSFontSlant()
48 return slant == RSFontStyle::Slant::UPRIGHT_SLANT ? in GetTxtFontStyle()