Searched refs:TextHeightBehavior (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/enum_napi/ |
H A D | text_enum_napi.cpp | 140 { "ALL", static_cast<size_t>(TextHeightBehavior::ALL) }, 141 { "DISABLE_FIRST_ASCENT", static_cast<size_t>(TextHeightBehavior::DISABLE_FIRST_ASCENT) }, 142 { "DISABLE_LAST_ASCENT", static_cast<size_t>(TextHeightBehavior::DISABLE_LAST_ASCENT) }, 143 { "DISABLE_ALL", static_cast<size_t>(TextHeightBehavior::DISABLE_ALL) },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/ |
H A D | paragraph_style.h | 75 TextHeightBehavior textHeightBehavior = TextHeightBehavior::ALL;
|
H A D | text_types.h | 96 enum TextHeightBehavior { enum
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/ |
H A D | typography_style.h | 108 TextHeightBehavior textHeightBehavior = TextHeightBehavior::ALL;
|
H A D | typography_types.h | 105 enum TextHeightBehavior { enum
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
H A D | paragraph_builder_impl.cpp | 204 skStyle.setTextHeightBehavior(static_cast<skt::TextHeightBehavior>(txt.textHeightBehavior)); in TextStyleToSkStyle() 210 skStyle.setTextHeightBehavior(static_cast<skt::TextHeightBehavior>(txt.textHeightBehavior)); in TextStyleToSkStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 2439 TextHeightBehavior rosenHeightBehavior; in OH_Drawing_TypographyTextSetHeightBehavior() 2442 rosenHeightBehavior = TextHeightBehavior::ALL; in OH_Drawing_TypographyTextSetHeightBehavior() 2446 rosenHeightBehavior = TextHeightBehavior::DISABLE_FIRST_ASCENT; in OH_Drawing_TypographyTextSetHeightBehavior() 2450 rosenHeightBehavior = TextHeightBehavior::DISABLE_LAST_ASCENT; in OH_Drawing_TypographyTextSetHeightBehavior() 2454 rosenHeightBehavior = TextHeightBehavior::DISABLE_ALL; in OH_Drawing_TypographyTextSetHeightBehavior() 2458 rosenHeightBehavior = TextHeightBehavior::ALL; in OH_Drawing_TypographyTextSetHeightBehavior() 2470 …TextHeightBehavior innerHeightBehavior = ConvertToOriginalText<TypographyStyle>(style)->textHeight… in OH_Drawing_TypographyTextGetHeightBehavior()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/ |
H A D | convert.cpp | 90 .textHeightBehavior = static_cast<SPText::TextHeightBehavior>(style.textHeightBehavior), in Convert()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 1774 EXPECT_EQ(ConvertToOriginalText(typoStyle)->textHeightBehavior, TextHeightBehavior::ALL); 1776 …EXPECT_EQ(ConvertToOriginalText(typoStyle)->textHeightBehavior, TextHeightBehavior::DISABLE_FIRST_… 1778 …EXPECT_EQ(ConvertToOriginalText(typoStyle)->textHeightBehavior, TextHeightBehavior::DISABLE_LAST_A… 1780 … EXPECT_EQ(ConvertToOriginalText(typoStyle)->textHeightBehavior, TextHeightBehavior::DISABLE_ALL);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-text.md | 292 ## TextHeightBehavior section 579 | textHeightBehavior | [TextHeightBehavior](#textheightbehavior) | 是 | 是 | 文本高度修饰符模式,默认为ALL。…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-graphics-text.md | 293 ## TextHeightBehavior section 582 | textHeightBehavior | [TextHeightBehavior](#textheightbehavior) | Yes | Yes | Text height mod…
|