Home
last modified time | relevance | path

Searched refs:OH_Drawing_CreateTypographyStyle (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp76 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
88 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
116 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
168 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
493 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
551 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
585 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
619 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
815 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
2120 OH_Drawing_TypographyStyle* from = OH_Drawing_CreateTypographyStyle();
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_drawing.md7801 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle的指针,由[OH_Drawing_CreateTypographyStyle](…
7809 ### OH_Drawing_CreateTypographyStyle()
7812 OH_Drawing_TypographyStyle* OH_Drawing_CreateTypographyStyle (void )
8078 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle对象的指针,由[OH_Drawing_CreateTypographyStyle
12941 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle对象的指针,由[OH_Drawing_CreateTypographyStyle
12963 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle对象的指针,由[OH_Drawing_CreateTypographyStyle
12985 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle对象的指针,由[OH_Drawing_CreateTypographyStyle
13029 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle对象的指针,由[OH_Drawing_CreateTypographyStyle
13382 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle对象的指针,由[OH_Drawing_CreateTypographyStyle
13469 | OH_Drawing_TypographyStyle | 指向OH_Drawing_TypographyStyle对象的指针,由[OH_Drawing_CreateTypographyStyle
[all …]
H A Ddrawing__text__typography_8h.md89 …ypographyStyle](_drawing.md#oh_drawing_typographystyle) \* [OH_Drawing_CreateTypographyStyle](_dra…
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp48 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle(); in DoDraw()
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddrawing-guidelines.md31 | OH_Drawing_CreateTypographyStyle (void) | 创建一个排版对象,用于定义排版样式。 |
370 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h614 OH_Drawing_TypographyStyle* OH_Drawing_CreateTypographyStyle(void);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_drawing.md7846 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
7854 ### OH_Drawing_CreateTypographyStyle()
7857 OH_Drawing_TypographyStyle* OH_Drawing_CreateTypographyStyle (void )
8123 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
12986 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
13008 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
13030 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
13074 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
13427 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
13514 …ing_TypographyStyle** object, which is obtained by calling [OH_Drawing_CreateTypographyStyle](#oh_…
[all …]
H A Ddrawing__text__typography_8h.md89 …ypographyStyle](_drawing.md#oh_drawing_typographystyle) \* [OH_Drawing_CreateTypographyStyle](_dra…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/
H A Ddrawing_fuzzer.cpp328 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle(); in OHDrawingTypographyTest()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp529 OH_Drawing_TypographyStyle* typographyStyle = OH_Drawing_CreateTypographyStyle(); in OH_ArkUI_StyledString_Create()
/ohos5.0/docs/en/application-dev/graphics/
H A Ddrawing-guidelines.md31 | OH_Drawing_CreateTypographyStyle (void) | Creates a **TypographyStyle** object.|
384 OH_Drawing_TypographyStyle* typoStyle = OH_Drawing_CreateTypographyStyle();
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md11 …| 图形-drawing | OH_Drawing_TypographyStyle* OH_Drawing_CreateTypographyStyle(void) | 新增 | 创建OH…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md11 …| Graphics - drawing | OH_Drawing_TypographyStyle* OH_Drawing_CreateTypographyStyle(void) | Added …
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp90 OH_Drawing_TypographyStyle* OH_Drawing_CreateTypographyStyle(void) in OH_Drawing_CreateTypographyStyle() function
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md13476 | style | 指向OH_Drawing_TypographyStyle的指针,由**OH_Drawing_CreateTypographyStyle**获取。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A D_ark_u_i___native_module.md12782 …wing_TypographyStyle** object, which is obtained by calling **OH_Drawing_CreateTypographyStyle**. |