Home
last modified time | relevance | path

Searched defs:slant (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_style_struct.md28 ### slant subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___font_style_struct.md28 ### slant subsection
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/texgine_drawing/src/
H A Dtexgine_font_style.cpp26 int weight, int width, Slant slant): fontStyle_( in TexgineFontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyle_fuzzer/
H A Dfontstyle_fuzzer.cpp46 uint32_t slant = GetObject<uint32_t>(); in FontStyleFuzzTest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp38 RSFontStyle::Slant slant; in ConvertToRSFontSlant() local
63 auto slant = ConvertToRSFontSlant(fontStyle); in MakeFontStyle() local
H A Dparagraph_impl.cpp46 FontStyle GetTxtFontStyle(RSFontStyle::Slant slant) in GetTxtFontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontstyleset_fuzzer/
H A Dfontstyleset_fuzzer.cpp76 uint32_t slant = GetObject<uint32_t>(); in FontStyleSetFuzzTest002() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_style.h70 constexpr FontStyle(int weight, int width, Slant slant) : fValue( in FontStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/fontmgr_fuzzer/
H A Dfontmgr_fuzzer.cpp263 uint32_t slant = GetObject<uint32_t>(); in FontMgrFuzzTest006() local
328 uint32_t slant = GetObject<uint32_t>(); in FontMgrFuzzTest008() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp172 uint32_t slant = GetObject<uint32_t>(); in TypefaceFuzzTest005() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h576 OH_Drawing_FontStyle slant; member