Home
last modified time | relevance | path

Searched refs:OH_Drawing_RectWidthStyle (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h457 } OH_Drawing_RectWidthStyle; typedef
1121 size_t, size_t, OH_Drawing_RectHeightStyle, OH_Drawing_RectWidthStyle);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md49 | typedef enum [OH_Drawing_RectWidthStyle](_drawing.md#oh_drawing_rectwidthstyle-1) [OH_Drawing_Rec…
78 | [OH_Drawing_RectWidthStyle](_drawing.md#oh_drawing_rectwidthstyle) { RECT_WIDTH_STYLE_TIGHT, RECT…
136 …wing_RectHeightStyle](_drawing.md#oh_drawing_rectheightstyle), [OH_Drawing_RectWidthStyle](_drawin…
H A D_drawing.md140 | typedef enum [OH_Drawing_RectWidthStyle](#oh_drawing_rectwidthstyle) [OH_Drawing_RectWidthStyle]…
229 | [OH_Drawing_RectWidthStyle](#oh_drawing_rectwidthstyle-1) { RECT_WIDTH_STYLE_TIGHT, RECT_WIDTH_ST…
606 …_t, [OH_Drawing_RectHeightStyle](#oh_drawing_rectheightstyle), [OH_Drawing_RectWidthStyle](#oh_dra…
1764 ### OH_Drawing_RectWidthStyle subsection
1767 typedef enum OH_Drawing_RectWidthStyle OH_Drawing_RectWidthStyle
2722 ### OH_Drawing_RectWidthStyle subsection
2725 enum OH_Drawing_RectWidthStyle
15565 …H_Drawing_Typography* , size_t , size_t , OH_Drawing_RectHeightStyle , OH_Drawing_RectWidthStyle )
15584 | OH_Drawing_RectWidthStyle | 设置宽度样式,支持可选的宽度样式具体可见[OH_Drawing_RectWidthStyle](#oh_drawing_rectwidth…
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md49 | typedef enum [OH_Drawing_RectWidthStyle](_drawing.md#oh_drawing_rectwidthstyle-1) [OH_Drawing_Rec…
78 | [OH_Drawing_RectWidthStyle](_drawing.md#oh_drawing_rectwidthstyle) { RECT_WIDTH_STYLE_TIGHT, RECT…
136 …wing_RectHeightStyle](_drawing.md#oh_drawing_rectheightstyle), [OH_Drawing_RectWidthStyle](_drawin…
H A D_drawing.md140 | typedef enum [OH_Drawing_RectWidthStyle](#oh_drawing_rectwidthstyle) [OH_Drawing_RectWidthStyle]…
229 | [OH_Drawing_RectWidthStyle](#oh_drawing_rectwidthstyle-1) { RECT_WIDTH_STYLE_TIGHT, RECT_WIDTH_ST…
606 …_t, [OH_Drawing_RectHeightStyle](#oh_drawing_rectheightstyle), [OH_Drawing_RectWidthStyle](#oh_dra…
1764 ### OH_Drawing_RectWidthStyle subsection
1767 typedef enum OH_Drawing_RectWidthStyle OH_Drawing_RectWidthStyle
2722 ### OH_Drawing_RectWidthStyle subsection
2725 enum OH_Drawing_RectWidthStyle
15610 …H_Drawing_Typography* , size_t , size_t , OH_Drawing_RectHeightStyle , OH_Drawing_RectWidthStyle )
15629 | OH_Drawing_RectWidthStyle | Width style. For details about the available options, see [OH_Drawin…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp849 OH_Drawing_RectWidthStyle widthStyle = RECT_WIDTH_STYLE_TIGHT;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp664 OH_Drawing_RectHeightStyle heightStyle, OH_Drawing_RectWidthStyle widthStyle) in OH_Drawing_TypographyGetRectsForRange()