Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dbmp_helper.c13 #define BMP_RLE8_ESCAPE 0 macro
68 if (bmap[0] == BMP_RLE8_ESCAPE) { in decode_rle8_bitmap()
125 bmap[2] != BMP_RLE8_ESCAPE && in decode_rle8_bitmap()
H A Dbmp_helper.h11 #define BMP_RLE8_ESCAPE 0 macro
/OK3568_Linux_fs/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()
/OK3568_Linux_fs/u-boot/common/
H A Dlcd.c413 #define BMP_RLE8_ESCAPE 0 macro
471 if (bmap[0] == BMP_RLE8_ESCAPE) { in lcd_display_rle8_bitmap()
521 bmap[2] != BMP_RLE8_ESCAPE && in lcd_display_rle8_bitmap()