Home
last modified time | relevance | path

Searched refs:__vesacon_bytes_per_pixel (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/lib/sys/vesa/
Dinitvesa.c54 unsigned int __vesacon_bytes_per_pixel; variable
96 __vesacon_bytes_per_pixel = (mi->bpp + 7) >> 3; in vesacon_set_mode()
Dscreencpy.c71 size_t bytes = npixels * __vesacon_bytes_per_pixel; in __vesacon_copy_to_screen()
Dvideo.h72 extern unsigned int __vesacon_bytes_per_pixel;
Ddrawtxt.c83 unsigned int bytes_per_pixel = __vesacon_bytes_per_pixel; in vesacon_update_characters()
Dbackground.c49 unsigned int bytes_per_pixel = __vesacon_bytes_per_pixel; in draw_background_line()