Searched refs:OH_Drawing_SetTextStyleFontSize (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 | 234 OH_Drawing_SetTextStyleFontSize(txtStyle, 80); 240 OH_Drawing_SetTextStyleFontSize(txtStyle, 40); 501 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 822 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 876 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 1202 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 1298 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 1351 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 1404 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 1460 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | drawing_text_c_sample.cpp | 58 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); in DoDraw()
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-guidelines.md | 383 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 400 OH_Drawing_SetTextStyleFontSize(txtStyle2, fontSize);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_typography.h | 699 void OH_Drawing_SetTextStyleFontSize(OH_Drawing_TextStyle*, double /* fontSize */);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 333 OH_Drawing_SetTextStyleFontSize(txtStyle, static_cast<float>(data[0])); in OHDrawingTypographyTest()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_node_extented.cpp | 564 OH_Drawing_SetTextStyleFontSize(textStyle, OH_Drawing_TextStyleGetFontSize(style)); in OH_ArkUI_StyledString_PushTextStyle()
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-guidelines.md | 397 OH_Drawing_SetTextStyleFontSize(txtStyle, fontSize); 414 OH_Drawing_SetTextStyleFontSize(txtStyle2, fontSize);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 19 …| 图形-drawing | void OH_Drawing_SetTextStyleFontSize(OH_Drawing_TextStyle*, double /* fontSize */)…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 99 | void [OH_Drawing_SetTextStyleFontSize](_drawing.md#oh_drawing_settextstylefontsize) ([OH_Drawing_…
|
H A D | _drawing.md | 569 | void [OH_Drawing_SetTextStyleFontSize](#oh_drawing_settextstylefontsize) ([OH_Drawing_TextStyle](… 12659 ### OH_Drawing_SetTextStyleFontSize() 12662 void OH_Drawing_SetTextStyleFontSize (OH_Drawing_TextStyle* , double )
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 99 | void [OH_Drawing_SetTextStyleFontSize](_drawing.md#oh_drawing_settextstylefontsize) ([OH_Drawing_…
|
H A D | _drawing.md | 569 | void [OH_Drawing_SetTextStyleFontSize](#oh_drawing_settextstylefontsize) ([OH_Drawing_TextStyle](… 12704 ### OH_Drawing_SetTextStyleFontSize() 12707 void OH_Drawing_SetTextStyleFontSize (OH_Drawing_TextStyle* , double )
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 19 …| Graphics - drawing | void OH_Drawing_SetTextStyleFontSize(OH_Drawing_TextStyle*, double /* fontS…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 200 void OH_Drawing_SetTextStyleFontSize(OH_Drawing_TextStyle* style, double fontSize) in OH_Drawing_SetTextStyleFontSize() function
|