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

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c53 "\t-bg <color>\tBackground color of font used for panic information in\n"
89 static unsigned char fg, bg; variable
131 else if (strcmp(argv[next], "-bg") == 0) // background color in 24 bits
158 bg = findIndexNearMatch(bg24);
290 fwrite(&bg, sizeof(bg), 1, ostream);
H A Dgenimage.c99 "\t-bg <color>\tBackground color of font used for panic information in\n"
137 on dark gray. This can be changed by using the -fg and/or -bg options to\n\
180 static unsigned char fg, bg; variable
228 else if (strcmp(argv[next], "-bg") == 0) // background color in 24 bits
287 bg = findIndexNearMatch(bg24);
584 fwrite(&bg, sizeof(bg), 1, ostream);
643 fprintf( out_stream, "0x%02x, ", bg); /* font background color: indexed */
1613 fonts[row][i][j] = bg;

Completed in 75 milliseconds