Home
last modified time | relevance | path

Searched refs:DEFAULT_BACKGROUND_COLOR (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_base.h33 #define DEFAULT_BACKGROUND_COLOR 0xFFFFFFFF macro
105 uint32_t background_ = DEFAULT_BACKGROUND_COLOR;
106 uint32_t backgroundA_ = DEFAULT_BACKGROUND_COLOR;
107 uint32_t backgroundR_ = DEFAULT_BACKGROUND_COLOR;
108 uint32_t backgroundG_ = DEFAULT_BACKGROUND_COLOR;
109 uint32_t backgroundB_ = DEFAULT_BACKGROUND_COLOR;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing/test_case/
H A Dtest_base.h24 #define DEFAULT_BACKGROUND_COLOR 0xFFFFFFFF macro
69 uint32_t background_ = DEFAULT_BACKGROUND_COLOR;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/
H A Dmenu_theme.h28 constexpr uint32_t DEFAULT_BACKGROUND_COLOR = 0xFFFFFFF; variable