Home
last modified time | relevance | path

Searched refs:UPRIGHT_SLANT (Results 1 - 4 of 4) sorted by relevance

/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()
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp42 slant = RSFontStyle::Slant::UPRIGHT_SLANT; in ConvertToRSFontSlant()
54 slant = RSFontStyle::Slant::UPRIGHT_SLANT; in ConvertToRSFontSlant()
H A Dparagraph_impl.cpp47 return slant == RSFontStyle::Slant::UPRIGHT_SLANT ? in GetTxtFontStyle()
/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/skia_txt/
H A Dparagraph_builder_test.cpp187 EXPECT_EQ(paragraphBuilder_->builder_->peekStyle().fFontStyle.GetSlant(), RSFontStyle::Slant::UPRIGHT_SLANT); in HWTEST_F()

Completed in 3 milliseconds