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

/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dsetupdialog.c201 /* Each number/char (0-f) has its own row in the pixmap array.
216 int **pixmap; local
237 pixmap = (int **) malloc( 17 * sizeof(int *) );
239 pixmap[item] = (int *) malloc( 2*width[item]*height*sizeof(int) );
254 pixmap[item][numPos[item]] = count;
255 pixmap[item][numPos[item]+1] = currP;
262 pixmap[item][numPos[item]] = count; // currP was the end of the run
263 pixmap[item][numPos[item]+1] = currP;
272 pixmap[item][numPos[item]] = count;
273 pixmap[ite
[all...]

Completed in 87 milliseconds