Home
last modified time | relevance | path

Searched refs:UPRIGHT_SLANT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h65 UPRIGHT_SLANT, enumerator
73 (TPin<int>(slant, UPRIGHT_SLANT, OBLIQUE_SLANT) << BIT24)) {} in FontStyle()
75 constexpr FontStyle() : FontStyle{NORMAL_WEIGHT, NORMAL_WIDTH, UPRIGHT_SLANT} {} in FontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp41 slant = RSFontStyle::Slant::UPRIGHT_SLANT; in ConvertToRSFontSlant()
53 slant = RSFontStyle::Slant::UPRIGHT_SLANT; in ConvertToRSFontSlant()
H A Dparagraph_impl.cpp48 return slant == RSFontStyle::Slant::UPRIGHT_SLANT ? in GetTxtFontStyle()