Home
last modified time | relevance | path

Searched refs:OH_Drawing_TextStyleGetFontSize (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h2159 double OH_Drawing_TextStyleGetFontSize(OH_Drawing_TextStyle*);
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnative_node_extented.cpp564 OH_Drawing_SetTextStyleFontSize(textStyle, OH_Drawing_TextStyleGetFontSize(style)); in OH_ArkUI_StyledString_PushTextStyle()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md268 | double [OH_Drawing_TextStyleGetFontSize](_drawing.md#oh_drawing_textstylegetfontsize) ([OH_Drawin…
H A D_drawing.md738 | double [OH_Drawing_TextStyleGetFontSize](#oh_drawing_textstylegetfontsize) ([OH_Drawing_TextStyle…
14389 ### OH_Drawing_TextStyleGetFontSize()
14392 double OH_Drawing_TextStyleGetFontSize (OH_Drawing_TextStyle* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1698 EXPECT_EQ(OH_Drawing_TextStyleGetFontSize(txtStyle), 60);
1699 EXPECT_EQ(OH_Drawing_TextStyleGetFontSize(nullptr), 0.0);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md268 | double [OH_Drawing_TextStyleGetFontSize](_drawing.md#oh_drawing_textstylegetfontsize) ([OH_Drawin…
H A D_drawing.md738 | double [OH_Drawing_TextStyleGetFontSize](#oh_drawing_textstylegetfontsize) ([OH_Drawing_TextStyle…
14434 ### OH_Drawing_TextStyleGetFontSize()
14437 double OH_Drawing_TextStyleGetFontSize (OH_Drawing_TextStyle* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp2360 double OH_Drawing_TextStyleGetFontSize(OH_Drawing_TextStyle* style) in OH_Drawing_TextStyleGetFontSize() function