Home
last modified time | relevance | path

Searched refs:BMP_RLE8_ESCAPE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dvideo_bmp.c16 #define BMP_RLE8_ESCAPE 0 macro
61 if (bmap[0] == BMP_RLE8_ESCAPE) { in video_display_rle8_bitmap()
111 bmap[2] != BMP_RLE8_ESCAPE && in video_display_rle8_bitmap()
/openbmc/u-boot/common/
H A Dlcd.c403 #define BMP_RLE8_ESCAPE 0 macro
461 if (bmap[0] == BMP_RLE8_ESCAPE) { in lcd_display_rle8_bitmap()
511 bmap[2] != BMP_RLE8_ESCAPE && in lcd_display_rle8_bitmap()