Home
last modified time | relevance | path

Searched defs:backgroundPen (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
H A Dtext_style.h103 std::optional<Drawing::Pen> backgroundPen; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1419 …id OH_Drawing_SetTextStyleBackgroundPen(OH_Drawing_TextStyle* style, OH_Drawing_Pen* backgroundPen) in OH_Drawing_SetTextStyleBackgroundPen()
1427 …id OH_Drawing_TextStyleGetBackgroundPen(OH_Drawing_TextStyle* style, OH_Drawing_Pen* backgroundPen) in OH_Drawing_TextStyleGetBackgroundPen()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1536 OH_Drawing_Pen *backgroundPen = OH_Drawing_PenCreate(); variable