Searched refs:colors (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/common/ |
| H A D | lcd.c | 554 __weak void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap() argument 560 for (i = 0; i < colors; ++i) { in lcd_set_cmap() 579 unsigned colors, bpix, bmp_bpix; in lcd_display_bitmap() local 597 colors = 1 << bmp_bpix; in lcd_display_bitmap() 621 (int)width, (int)height, (int)colors, 1 << bpix); in lcd_display_bitmap() 624 lcd_set_cmap(bmp, colors); in lcd_display_bitmap()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | stdio_dev.h | 67 uchar colors; /* Colors number or color depth */ member
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | atmel_lcdfb.c | 104 void lcd_set_cmap(struct bmp_image *bmp, unsigned colors) in lcd_set_cmap() argument 108 for (i = 0; i < colors; ++i) { in lcd_set_cmap()
|
| H A D | cfb_console.c | 1319 unsigned colors; in video_display_bitmap() local 1381 colors = le32_to_cpu(bmp->header.colors_used); in video_display_bitmap() 1385 width, height, colors); in video_display_bitmap() 1480 for (xcount = 0; xcount < colors; ++xcount) { in video_display_bitmap()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bootmenu | 83 background and text colors.
|