Home
last modified time | relevance | path

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 Dtext_enum_napi.cpp140 { "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 Dparagraph_style.h75 TextHeightBehavior textHeightBehavior = TextHeightBehavior::ALL;
H A Dtext_types.h96 enum TextHeightBehavior { enum
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtypography_style.h108 TextHeightBehavior textHeightBehavior = TextHeightBehavior::ALL;
H A Dtypography_types.h105 enum TextHeightBehavior { enum
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp204 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 Ddrawing_text_typography.cpp2439 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()
2470TextHeightBehavior 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 Dconvert.cpp90 .textHeightBehavior = static_cast<SPText::TextHeightBehavior>(style.textHeightBehavior), in Convert()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1774 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 Djs-apis-graphics-text.md292 ## TextHeightBehavior section
579 | textHeightBehavior | [TextHeightBehavior](#textheightbehavior) | 是 | 是 | 文本高度修饰符模式,默认为ALL。…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-text.md293 ## TextHeightBehavior section
582 | textHeightBehavior | [TextHeightBehavior](#textheightbehavior) | Yes | Yes | Text height mod…