Searched defs:fbp (Results 1 – 3 of 3) sorted by relevance
/external/u-boot/drivers/video/ |
D | video_bmp.c | 21 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 30 static void draw_encoded_bitmap(ushort **fbp, ushort col, int cnt) in draw_encoded_bitmap()
|
D | cfb_console.c | 1168 unsigned char *fbp; in display_rle8_bitmap() local
|
/external/u-boot/common/ |
D | lcd.c | 404 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 413 static void draw_encoded_bitmap(ushort **fbp, ushort c, int cnt) in draw_encoded_bitmap()
|