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

/osnet-11/usr/src/grub/grub2/grub-core/video/fb/
H A Dfbfill.c90 grub_uint8_t fill0 = (grub_uint8_t)((color >> 0) & 0xFF); local
105 *dstptr++ = fill0;
126 grub_uint8_t fill0 = (grub_uint8_t)((color >> 0) & 0xFF); local
140 *dstptr++ = fill0;

Completed in 14 milliseconds