Searched refs:kPalette (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/boot/platform/riscv/
H A Dconsole.cpp51 static const uint32 kPalette[] = { variable
79 uint32 bgColor = kPalette[cell / 0x1000 % 0x10];
80 uint32 fontColor = kPalette[cell / 0x100 % 0x10];
/haiku/src/system/boot/platform/amiga_m68k/
H A Dconsole.cpp96 static const uint16 kPalette[] = { variable
667 LoadRGB4(&gScreen->ViewPort, kPalette, 16);

Completed in 42 milliseconds