Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h1635 int OH_Drawing_TextStyleGetShadowCount(OH_Drawing_TextStyle*);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md201 | int [OH_Drawing_TextStyleGetShadowCount](_drawing.md#oh_drawing_textstylegetshadowcount) ([OH_Dra…
H A D_drawing.md671 | int [OH_Drawing_TextStyleGetShadowCount](#oh_drawing_textstylegetshadowcount) ([OH_Drawing_TextSt…
14608 ### OH_Drawing_TextStyleGetShadowCount()
14611 int OH_Drawing_TextStyleGetShadowCount (OH_Drawing_TextStyle* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1330 EXPECT_EQ(OH_Drawing_TextStyleGetShadowCount(txtStyle), 1);
1331 EXPECT_EQ(OH_Drawing_TextStyleGetShadowCount(nullptr), 0);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md201 | int [OH_Drawing_TextStyleGetShadowCount](_drawing.md#oh_drawing_textstylegetshadowcount) ([OH_Dra…
H A D_drawing.md671 | int [OH_Drawing_TextStyleGetShadowCount](#oh_drawing_textstylegetshadowcount) ([OH_Drawing_TextSt…
14653 ### OH_Drawing_TextStyleGetShadowCount()
14656 int OH_Drawing_TextStyleGetShadowCount (OH_Drawing_TextStyle* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1682 int OH_Drawing_TextStyleGetShadowCount(OH_Drawing_TextStyle* style) in OH_Drawing_TextStyleGetShadowCount() function