Searched refs:OH_Drawing_SetTextStyleFontWeight (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 | 256 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_100); 262 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_200); 268 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_300); 274 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 280 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_500); 286 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_600); 292 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_700); 298 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_800); 304 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_900); 310 OH_Drawing_SetTextStyleFontWeight(txtStyle, -1); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/ |
H A D | drawing_text_c_sample.cpp | 59 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); in DoDraw()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_typography.h | 710 void OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle*, int /* OH_Drawing_FontWeight */);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
H A D | drawing_fuzzer.cpp | 334 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); in OHDrawingTypographyTest()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | native_node_extented.cpp | 565 OH_Drawing_SetTextStyleFontWeight(textStyle, OH_Drawing_TextStyleGetFontWeight(style)); in OH_ArkUI_StyledString_PushTextStyle()
|
/ohos5.0/docs/zh-cn/application-dev/graphics/ |
H A D | drawing-guidelines.md | 384 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 20 …| 图形-drawing | void OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle*, int /* OH_Drawing_Fo…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 100 | void [OH_Drawing_SetTextStyleFontWeight](_drawing.md#oh_drawing_settextstylefontweight) ([OH_Draw…
|
H A D | _drawing.md | 570 | void [OH_Drawing_SetTextStyleFontWeight](#oh_drawing_settextstylefontweight) ([OH_Drawing_TextSty… 12725 ### OH_Drawing_SetTextStyleFontWeight() 12728 void OH_Drawing_SetTextStyleFontWeight (OH_Drawing_TextStyle* , int )
|
/ohos5.0/docs/en/application-dev/graphics/ |
H A D | drawing-guidelines.md | 398 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 100 | void [OH_Drawing_SetTextStyleFontWeight](_drawing.md#oh_drawing_settextstylefontweight) ([OH_Draw…
|
H A D | _drawing.md | 570 | void [OH_Drawing_SetTextStyleFontWeight](#oh_drawing_settextstylefontweight) ([OH_Drawing_TextSty… 12770 ### OH_Drawing_SetTextStyleFontWeight() 12773 void OH_Drawing_SetTextStyleFontWeight (OH_Drawing_TextStyle* , int )
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | native-apidiff-v3.1-release.md | 20 …| Graphics - drawing | void OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle*, int /* OH_Dra…
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 259 void OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle* style, int fontWeight) in OH_Drawing_SetTextStyleFontWeight() function
|