Searched defs:cmap (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | bmp_helper.c | 18 static void draw_unencoded_bitmap(uint16_t **dst, uint8_t *bmap, uint16_t *cmap, in draw_unencoded_bitmap() 51 static void decode_rle8_bitmap(void *psrc, void *pdst, uint16_t *cmap, in decode_rle8_bitmap() 151 uint16_t *cmap; in bmpdecoder() local
|
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | video_bmp.c | 21 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 42 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() 180 ushort *cmap = priv->cmap; in video_set_cmap() local
|
| H A D | atmel_lcdfb.c | 74 uint *cmap = (uint *)configuration_get_cmap(); in lcd_logo_set_cmap() local
|
| H A D | stb_truetype.h | 1024 stbtt_uint32 cmap, t; in stbtt_InitFont() local
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lcd.c | 340 ushort *cmap = configuration_get_cmap(); in lcd_logo_set_cmap() local 418 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 454 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() 558 ushort *cmap = configuration_get_cmap(); in lcd_set_cmap() local
|
| /rk3399_rockchip-uboot/include/ |
| H A D | video.h | 90 ushort *cmap; member
|
| H A D | lcd.h | 56 ushort *cmap; /* Pointer to the colormap */ member
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | fb.h | 230 struct fb_cmap cmap; /* color map info */ member 355 struct fb_cmap_user cmap; /* color map info */ member 502 struct fb_cmap cmap; /* Current cmap */ member
|