Home
last modified time | relevance | path

Searched refs:OH_Drawing_SetTypographyTextDirection (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp49 OH_Drawing_SetTypographyTextDirection(typoStyle, TEXT_DIRECTION_LTR); in DoDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h635 void OH_Drawing_SetTypographyTextDirection(OH_Drawing_TypographyStyle*, int /* OH_Drawing_TextDirec…
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp89 OH_Drawing_SetTypographyTextDirection(typoStyle, TEXT_DIRECTION_LTR);
95 OH_Drawing_SetTypographyTextDirection(typoStyle, TEXT_DIRECTION_RTL);
101 OH_Drawing_SetTypographyTextDirection(typoStyle, -1);
2068 OH_Drawing_SetTypographyTextDirection(typoStyle, direction);
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddrawing-guidelines.md371 OH_Drawing_SetTypographyTextDirection(typoStyle, TEXT_DIRECTION_LTR);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md13 …| 图形-drawing | void OH_Drawing_SetTypographyTextDirection(OH_Drawing_TypographyStyle*, int /* OH_…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md91 | void [OH_Drawing_SetTypographyTextDirection](_drawing.md#oh_drawing_settypographytextdirection) (…
H A D_drawing.md561 | void [OH_Drawing_SetTypographyTextDirection](#oh_drawing_settypographytextdirection) ([OH_Drawing…
12967 ### OH_Drawing_SetTypographyTextDirection()
12970 void OH_Drawing_SetTypographyTextDirection (OH_Drawing_TypographyStyle* , int )
/ohos5.0/docs/en/application-dev/graphics/
H A Ddrawing-guidelines.md385 OH_Drawing_SetTypographyTextDirection(typoStyle, TEXT_DIRECTION_LTR);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md91 | void [OH_Drawing_SetTypographyTextDirection](_drawing.md#oh_drawing_settypographytextdirection) (…
H A D_drawing.md561 | void [OH_Drawing_SetTypographyTextDirection](#oh_drawing_settypographytextdirection) ([OH_Drawing…
13012 ### OH_Drawing_SetTypographyTextDirection()
13015 void OH_Drawing_SetTypographyTextDirection (OH_Drawing_TypographyStyle* , int )
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md13 …| Graphics - drawing | void OH_Drawing_SetTypographyTextDirection(OH_Drawing_TypographyStyle*, int…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp100 void OH_Drawing_SetTypographyTextDirection(OH_Drawing_TypographyStyle* style, int direction) in OH_Drawing_SetTypographyTextDirection() function