Searched refs:FONT_WEIGHT_400 (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_font_mgr_test.cpp | 106 normalStyle.weight = FONT_WEIGHT_400; 128 normalStyle.weight = FONT_WEIGHT_400; 172 normalStyle.weight = FONT_WEIGHT_400; 188 normalStyle.weight = FONT_WEIGHT_400; 228 EXPECT_TRUE(normalStyle.weight == FONT_WEIGHT_400); 244 normalStyle.weight = FONT_WEIGHT_400;
|
H A D | drawing_text_typography_test.cpp | 274 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 502 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 823 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 877 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 1203 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 1299 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 1352 OH_Drawing_SetTextStyleFontWeight(txtStyle, FONT_WEIGHT_400); 1920 EXPECT_TRUE(result == FONT_WEIGHT_400); 2228 strutstyle->weight = FONT_WEIGHT_400; 2375 normalStyle.weight = FONT_WEIGHT_400; [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/src/ |
H A D | drawing_text_typography.cpp | 228 case FONT_WEIGHT_400: { in GetFontWeight() 1773 case FONT_WEIGHT_400: { in OH_Drawing_SetTypographyTextFontWeight() 1881 case FONT_WEIGHT_400: { in OH_Drawing_SetTypographyTextLineStyleFontWeight() 2284 return FONT_WEIGHT_400; in OH_Drawing_TextStyleGetFontWeight() 2288 return FONT_WEIGHT_400; in OH_Drawing_TextStyleGetFontWeight() 2509 return FONT_WEIGHT_400; in OH_Drawing_TypographyTextlineStyleGetFontWeight() 3587 case FONT_WEIGHT_400: { in GetFontWeight() 3681 fontStyle.weight = FONT_WEIGHT_400; in OH_Drawing_TextStyleGetFontStyleStruct() 3709 fontStyle.weight = FONT_WEIGHT_400; in OH_Drawing_TypographyStyleGetFontStyleStruct()
|
H A D | drawing_font_mgr.cpp | 218 fontStyleStruct.weight = FONT_WEIGHT_400; in OH_Drawing_FontStyleSetGetStyle()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_text_typography.h | 105 FONT_WEIGHT_400, enumerator
|
/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/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/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__text__typography_8h.md | 68 …fontweight) {<br/>FONT_WEIGHT_100, FONT_WEIGHT_200, FONT_WEIGHT_300, FONT_WEIGHT_400,<br/>FONT_WEI…
|
H A D | _drawing.md | 219 …fontweight) {<br/>FONT_WEIGHT_100, FONT_WEIGHT_200, FONT_WEIGHT_300, FONT_WEIGHT_400,<br/>FONT_WEI… 2525 | FONT_WEIGHT_400 | 字重为normal/regular |
|
/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 | 68 …_fontweight) {<br>FONT_WEIGHT_100, FONT_WEIGHT_200, FONT_WEIGHT_300, FONT_WEIGHT_400,<br>FONT_WEIG…
|
H A D | _drawing.md | 219 …_fontweight) {<br>FONT_WEIGHT_100, FONT_WEIGHT_200, FONT_WEIGHT_300, FONT_WEIGHT_400,<br>FONT_WEIG… 2525 | FONT_WEIGHT_400 | Normal/Regular.|
|