Home
last modified time | relevance | path

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

/u-boot/drivers/video/
A Dvideo_bmp.c17 #define BMP_RLE8_ESCAPE 0 macro
60 if (bmap[0] == BMP_RLE8_ESCAPE) { in video_display_rle8_bitmap()
110 bmap[2] != BMP_RLE8_ESCAPE && in video_display_rle8_bitmap()
/u-boot/common/
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()

Completed in 11 milliseconds