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

/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c74 #define FONT_WIDTH 8 macro
76 static unsigned short rendered_font[FONT_HEIGHT][FONT_WIDTH];
498 return FONT_WIDTH;
525 unsigned width = FONT_WIDTH, height = FONT_HEIGHT;
533 for( j=FONT_WIDTH-1; j>=0; j--) {

Completed in 18 milliseconds