Home
last modified time | relevance | path

Searched refs:forceStrutHeight (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___strut_style.md27 | bool [forceStrutHeight](#forcestrutheight) | 是否所有行都将使用支柱的高度,true表示使用,false表示不使用 |
56 ### forceStrutHeight subsection
59 bool OH_Drawing_StrutStyle::forceStrutHeight
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___strut_style.md27 | bool [forceStrutHeight](#forcestrutheight) | Whether to forcibly use the strut height for all row…
56 ### forceStrutHeight subsection
59 bool OH_Drawing_StrutStyle::forceStrutHeight
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph_style.h64 bool forceStrutHeight = false; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h500 bool forceStrutHeight; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp190 strutStyle.setForceStrutHeight(txt.forceStrutHeight); in TextStyleToSkStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dconvert.cpp79 .forceStrutHeight = style.lineStyleOnly, in Convert()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3413 OH_Drawing_SetTypographyTextLineStyleOnly(style, strutstyle->forceStrutHeight); in OH_Drawing_SetTypographyStyleTextStrutStyle()
3453 strutstyle->forceStrutHeight = typographyStyle->lineStyleOnly; in OH_Drawing_TypographyStyleGetStrutStyle()
3495 from->forceStrutHeight == to->forceStrutHeight && from->familiesSize == to->familiesSize) { in OH_Drawing_TypographyStyleStrutStyleEquals()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp2238 strutstyle->forceStrutHeight = true;