Searched refs:OH_Drawing_TypographyHandlerAddText (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_text_typography_test.cpp | 509 OH_Drawing_TypographyHandlerAddText(handler, text); 830 OH_Drawing_TypographyHandlerAddText(handler, text); 884 OH_Drawing_TypographyHandlerAddText(handler, text); 1209 OH_Drawing_TypographyHandlerAddText(handler, text); 1306 OH_Drawing_TypographyHandlerAddText(handler, text); 1359 OH_Drawing_TypographyHandlerAddText(handler, text); 1412 OH_Drawing_TypographyHandlerAddText(handler, text); 1468 OH_Drawing_TypographyHandlerAddText(handler, text); 1521 OH_Drawing_TypographyHandlerAddText(handler, text); 1573 OH_Drawing_TypographyHandlerAddText(handler, text); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | drawing_text_c_sample.cpp | 70 OH_Drawing_TypographyHandlerAddText(handler, text); in DoDraw()
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-guidelines.md | 33 | OH_Drawing_TypographyHandlerAddText (OH_Drawing_TypographyCreate *, const char *) | 设置文本内容。 | 345 …TypographyStyle,OH_Drawing_TextStyle等类型。支撑用户设置排版风格和文本风格,可调用OH_Drawing_TypographyHandlerAddText添加文本… 414 OH_Drawing_TypographyHandlerAddText(handler, text);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_typography.h | 922 void OH_Drawing_TypographyHandlerAddText(OH_Drawing_TypographyCreate*, const char*);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 339 OH_Drawing_TypographyHandlerAddText(handler, "OpenHarmony\n"); in OHDrawingTypographyTest()
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-guidelines.md | 33 | OH_Drawing_TypographyHandlerAddText (OH_Drawing_TypographyCreate *, const char *) | Adds text to … 359 …to set the typography style and text style. You can call **OH_Drawing_TypographyHandlerAddText** t… 428 OH_Drawing_TypographyHandlerAddText(handler, text);
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_node_extented.cpp | 575 …OH_Drawing_TypographyHandlerAddText(reinterpret_cast<OH_Drawing_TypographyCreate*>(storage->builde… in OH_ArkUI_StyledString_AddText()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 31 …| 图形-drawing | void OH_Drawing_TypographyHandlerAddText(OH_Drawing_TypographyCreate*, const char*…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 119 | void [OH_Drawing_TypographyHandlerAddText](_drawing.md#oh_drawing_typographyhandleraddtext) ([OH_…
|
H A D | _drawing.md | 589 | void [OH_Drawing_TypographyHandlerAddText](#oh_drawing_typographyhandleraddtext) ([OH_Drawing_Typ… 15811 ### OH_Drawing_TypographyHandlerAddText() 15814 void OH_Drawing_TypographyHandlerAddText (OH_Drawing_TypographyCreate* , const char* )
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 119 | void [OH_Drawing_TypographyHandlerAddText](_drawing.md#oh_drawing_typographyhandleraddtext) ([OH_…
|
H A D | _drawing.md | 589 | void [OH_Drawing_TypographyHandlerAddText](#oh_drawing_typographyhandleraddtext) ([OH_Drawing_Typ… 15856 ### OH_Drawing_TypographyHandlerAddText() 15859 void OH_Drawing_TypographyHandlerAddText (OH_Drawing_TypographyCreate* , const char* )
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 31 …| Graphics - drawing | void OH_Drawing_TypographyHandlerAddText(OH_Drawing_TypographyCreate*, cons…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 485 void OH_Drawing_TypographyHandlerAddText(OH_Drawing_TypographyCreate* handler, const char* text) in OH_Drawing_TypographyHandlerAddText() function
|