Home
last modified time | relevance | path

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 Ddrawing_text_typography_test.cpp256 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 Ddrawing_text_c_sample.cpp59 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); in DoDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h710 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 Ddrawing_fuzzer.cpp334 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); in OHDrawingTypographyTest()
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp565 OH_Drawing_SetTextStyleFontWeight(textStyle, OH_Drawing_TextStyleGetFontWeight(style)); in OH_ArkUI_StyledString_PushTextStyle()
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddrawing-guidelines.md384 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md20 …| 图形-drawing | void OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle*, int /* OH_Drawing_Fo…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md100 | void [OH_Drawing_SetTextStyleFontWeight](_drawing.md#oh_drawing_settextstylefontweight) ([OH_Draw…
H A D_drawing.md570 | 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 Ddrawing-guidelines.md398 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md100 | void [OH_Drawing_SetTextStyleFontWeight](_drawing.md#oh_drawing_settextstylefontweight) ([OH_Draw…
H A D_drawing.md570 | 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 Dnative-apidiff-v3.1-release.md20 …| 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 Ddrawing_text_typography.cpp259 void OH_Drawing_SetTextStyleFontWeight(OH_Drawing_TextStyle* style, int fontWeight) in OH_Drawing_SetTextStyleFontWeight() function