Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/text/renderservice/
H A Ddrawing_text_c_sample.cpp50 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT); in DoDraw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp117 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT);
123 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_RIGHT);
129 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_CENTER);
135 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_JUSTIFY);
141 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_START);
147 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_END);
153 OH_Drawing_SetTypographyTextAlign(typoStyle, -1);
2163 OH_Drawing_SetTypographyTextAlign(typoStyle, align);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h646 void OH_Drawing_SetTypographyTextAlign(OH_Drawing_TypographyStyle*, int /* OH_Drawing_TextAlign */);
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddrawing-guidelines.md372 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md14 …| 图形-drawing | void OH_Drawing_SetTypographyTextAlign(OH_Drawing_TypographyStyle*, int /* OH_Draw…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md92 | void [OH_Drawing_SetTypographyTextAlign](_drawing.md#oh_drawing_settypographytextalign) ([OH_Draw…
H A D_drawing.md562 | void [OH_Drawing_SetTypographyTextAlign](#oh_drawing_settypographytextalign) ([OH_Drawing_Typogra…
12923 ### OH_Drawing_SetTypographyTextAlign()
12926 void OH_Drawing_SetTypographyTextAlign (OH_Drawing_TypographyStyle* , int )
/ohos5.0/docs/en/application-dev/graphics/
H A Ddrawing-guidelines.md386 OH_Drawing_SetTypographyTextAlign(typoStyle, TEXT_ALIGN_LEFT);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md92 | void [OH_Drawing_SetTypographyTextAlign](_drawing.md#oh_drawing_settypographytextalign) ([OH_Draw…
H A D_drawing.md562 | void [OH_Drawing_SetTypographyTextAlign](#oh_drawing_settypographytextalign) ([OH_Drawing_Typogra…
12968 ### OH_Drawing_SetTypographyTextAlign()
12971 void OH_Drawing_SetTypographyTextAlign (OH_Drawing_TypographyStyle* , int )
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Dnative-apidiff-v3.1-release.md14 …| Graphics - drawing | void OH_Drawing_SetTypographyTextAlign(OH_Drawing_TypographyStyle*, int /* …
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp127 void OH_Drawing_SetTypographyTextAlign(OH_Drawing_TypographyStyle* style, int align) in OH_Drawing_SetTypographyTextAlign() function