Searched defs:fbp (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/video/ |
A D | video_bmp.c | 22 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 31 static void draw_encoded_bitmap(ushort **fbp, ushort col, int cnt) in draw_encoded_bitmap()
|
A D | cfb_console.c | 1171 unsigned char *fbp; in display_rle8_bitmap() local
|
/u-boot/common/ |
A D | lcd.c | 408 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 417 static void draw_encoded_bitmap(ushort **fbp, ushort c, int cnt) in draw_encoded_bitmap()
|
Completed in 8 milliseconds