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

/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c75 #define FONT_HEIGHT 16 macro
76 static unsigned short rendered_font[FONT_HEIGHT][FONT_WIDTH];
525 unsigned width = FONT_WIDTH, height = FONT_HEIGHT;
528 for (row=0; row<FONT_HEIGHT; row++) {

Completed in 28 milliseconds