Searched defs:cmap (Results 1 – 7 of 7) 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() 43 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() 177 ushort *cmap = priv->cmap; in video_set_cmap() local
|
A D | atmel_lcdfb.c | 77 uint *cmap = (uint *)configuration_get_cmap(); in lcd_logo_set_cmap() local
|
A D | stb_truetype.h | 1024 stbtt_uint32 cmap, t; in stbtt_InitFont() local
|
/u-boot/common/ |
A D | lcd.c | 331 ushort *cmap = configuration_get_cmap(); in lcd_logo_set_cmap() local 408 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() 444 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() 548 ushort *cmap = configuration_get_cmap(); in lcd_set_cmap() local
|
/u-boot/include/ |
A D | video.h | 112 ushort *cmap; member
|
A D | lcd.h | 56 ushort *cmap; /* Pointer to the colormap */ member
|
/u-boot/include/linux/ |
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
|
Completed in 18 milliseconds