Home
last modified time | relevance | path

Searched refs:OH_Drawing_SetTextStyleForegroundPen (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.h822 void OH_Drawing_SetTextStyleForegroundPen(OH_Drawing_TextStyle*, OH_Drawing_Pen*);
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md110 | void [OH_Drawing_SetTextStyleForegroundPen](_drawing.md#oh_drawing_settextstyleforegroundpen) ([O…
H A D_drawing.md580 | void [OH_Drawing_SetTextStyleForegroundPen](#oh_drawing_settextstyleforegroundpen) ([OH_Drawing_T…
12769 ### OH_Drawing_SetTextStyleForegroundPen()
12772 void OH_Drawing_SetTextStyleForegroundPen (OH_Drawing_TextStyle* , OH_Drawing_Pen* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1591 OH_Drawing_SetTextStyleForegroundPen(txtStyle, nullptr);
1592 OH_Drawing_SetTextStyleForegroundPen(txtStyle, foregroundPen);
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__text__typography_8h.md110 | void [OH_Drawing_SetTextStyleForegroundPen](_drawing.md#oh_drawing_settextstyleforegroundpen) ([O…
H A D_drawing.md580 | void [OH_Drawing_SetTextStyleForegroundPen](#oh_drawing_settextstyleforegroundpen) ([OH_Drawing_T…
12814 ### OH_Drawing_SetTextStyleForegroundPen()
12817 void OH_Drawing_SetTextStyleForegroundPen (OH_Drawing_TextStyle* , OH_Drawing_Pen* )
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1383 void OH_Drawing_SetTextStyleForegroundPen(OH_Drawing_TextStyle* style, OH_Drawing_Pen* foregroundPe… in OH_Drawing_SetTextStyleForegroundPen() function