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

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c431 /* eat rest of line - assumes chars per pixel is one */
509 int pixel = 0; local
512 * Look up the specified pixel color in the palette; the
513 * pixel will not be drawn if its color cannot be found or
518 pixel = i;
524 * denote a pixel drawn in each color of the palette.
527 * pixel in color "1" of the palette would be denoted by setting a
528 * bit in plane "s1"; a pixel in color "15" of the palette would
532 * left-to-right (e.g. pixel 0 is 0x80, pixel
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_uga.c165 grub_uint32_t width, height, depth, rate, pixel; local
172 pixel = RGB_MAGIC;
173 efi_call_10 (c->blt, c, (struct grub_efi_uga_pixel *) &pixel,

Completed in 17 milliseconds