Searched defs:pixel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c429 /* eat rest of line - assumes chars per pixel is one */
507 int pixel = 0; local
510 * Look up the specified pixel color in the palette; the
511 * pixel will not be drawn if its color cannot be found or
516 pixel = i;
522 * denote a pixel drawn in each color of the palette.
525 * pixel in color "1" of the palette would be denoted by setting a
526 * bit in plane "s1"; a pixel in color "15" of the palette would
530 * left-to-right (e.g. pixel 0 is 0x80, pixel
[all...]

Completed in 47 milliseconds