Home
last modified time | relevance | path

Searched defs:foregroundBrush (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.h100 std::optional<Drawing::Brush> foregroundBrush; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp1365 …Drawing_SetTextStyleForegroundBrush(OH_Drawing_TextStyle* style, OH_Drawing_Brush* foregroundBrush) in OH_Drawing_SetTextStyleForegroundBrush()
1373 …Drawing_TextStyleGetForegroundBrush(OH_Drawing_TextStyle* style, OH_Drawing_Brush* foregroundBrush) in OH_Drawing_TextStyleGetForegroundBrush()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_text_typography_test.cpp1374 OH_Drawing_Brush *foregroundBrush = OH_Drawing_BrushCreate(); variable