Home
last modified time | relevance | path

Searched defs:WHITE (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/common/
H A Dprintk.h19 #define WHITE 0x00ffffff // 白 macro
/DragonOS/kernel/src/libs/lib_ui/
H A Dtextui.rs244 pub const WHITE: FontColor = FontColor::new(0xff, 0xff, 0xff); constant