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

/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dfbfill.c91 grub_uint8_t fill1 = (grub_uint8_t)((color >> 8) & 0xFF); local
106 *dstptr++ = fill1;
127 grub_uint8_t fill1 = (grub_uint8_t)((color >> 8) & 0xFF); local
141 *dstptr++ = fill1;

Completed in 15 milliseconds