tag | line | file | source code |
---|---|---|---|
BG_COLOR | 1203 | arch/m68k/amiga/amifb.c | #define FG_COLOR_INV BG_COLOR |
BG_COLOR | 2064 | arch/m68k/amiga/amifb.c | mono_current_par.bgcol = BG_COLOR; |
BG_COLOR | 2588 | arch/m68k/amiga/amifb.c | ((BG_COLOR & 0xff0000)>>8) | ((BG_COLOR & 0xff0000)>>16), |
BG_COLOR | 2592 | arch/m68k/amiga/amifb.c | ((BG_COLOR & 0x00ff00)) | ((BG_COLOR & 0x00ff00)>>8), |
BG_COLOR | 2596 | arch/m68k/amiga/amifb.c | ((BG_COLOR & 0x0000ff)<<8) | ((BG_COLOR & 0x0000ff)), |