Home
last modified time | relevance | path

Searched refs:heightOverride (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___strut_style.md24 | bool [heightOverride](#heightoverride) | 是否启用高度覆盖,true表示启用,false表示不启用 |
76 ### heightOverride subsection
79 bool OH_Drawing_StrutStyle::heightOverride
H A Djs-apis-graphics-text.md424 | heightOverride | boolean | 是 | 是 | 是否覆盖高度,true表示覆盖…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph_style.cpp34 result.heightOverride = heightOverride; in ConvertToTextStyle()
H A Dtext_style.cpp101 heightOverride == other.heightOverride && in operator ==()
H A Dparagraph_style.h52 bool heightOverride = false; variable
H A Dtext_style.h130 bool heightOverride = false; variable
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_o_h___drawing___strut_style.md24 | bool [heightOverride](#heightoverride) | Whether to enable the feature to override the height. Th…
76 ### heightOverride subsection
79 bool OH_Drawing_StrutStyle::heightOverride
H A Djs-apis-graphics-text.md425 | heightOverride | boolean | Yes | Yes| Whether to ov…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/adapter/skia_txt/
H A Dconvert.cpp68 .heightOverride = style.heightOnly, in Convert()
183 textStyle.heightOverride = style.heightOnly; in Convert()
261 textStyle.heightOnly = style.heightOverride; in Convert()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/
H A Dparagraph_builder_impl.cpp172 textStyle.setHeightOverride(txt.heightOverride); in TextStyleToSkStyle()
243 skStyle.setHeightOverride(txt.heightOverride); in ConvertTextStyleToSkStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h494 bool heightOverride; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp3450 strutstyle->heightOverride = typographyStyle->lineStyleHeightOnly; in OH_Drawing_TypographyStyleGetStrutStyle()
3493 from->heightScale == to->heightScale && from->heightOverride == to->heightOverride && in OH_Drawing_TypographyStyleStrutStyleEquals()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp2234 strutstyle->heightOverride = true;