Home
last modified time | relevance | path

Searched refs:OH_Drawing_FontStyleSetCount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_font_mgr_test.cpp266 int count = OH_Drawing_FontStyleSetCount(fontStyleSet);
269 count = OH_Drawing_FontStyleSetCount(nullptr);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_font_mgr.h225 int OH_Drawing_FontStyleSetCount(OH_Drawing_FontStyleSet*);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__font__mgr_8h.md38 | int [OH_Drawing_FontStyleSetCount](_drawing.md#oh_drawing_fontstylesetcount) ([OH_Drawing_FontSty…
H A D_drawing.md379 | int [OH_Drawing_FontStyleSetCount](#oh_drawing_fontstylesetcount) ([OH_Drawing_FontStyleSet](#oh_…
8792 ### OH_Drawing_FontStyleSetCount()
8795 int OH_Drawing_FontStyleSetCount (OH_Drawing_FontStyleSet* )
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__font__mgr_8h.md38 | int [OH_Drawing_FontStyleSetCount](_drawing.md#oh_drawing_fontstylesetcount) ([OH_Drawing_FontSty…
H A D_drawing.md379 | int [OH_Drawing_FontStyleSetCount](#oh_drawing_fontstylesetcount) ([OH_Drawing_FontStyleSet](#oh_…
8837 ### OH_Drawing_FontStyleSetCount()
8840 int OH_Drawing_FontStyleSetCount (OH_Drawing_FontStyleSet* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_mgr.cpp282 int OH_Drawing_FontStyleSetCount(OH_Drawing_FontStyleSet* fontStyleSet) in OH_Drawing_FontStyleSetCount() function