Searched refs:color_table (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | cfb_console.c | 1190 cte = img->color_table[i]; in display_rle8_bitmap() 1204 cte = img->color_table[i]; in display_rle8_bitmap() 1213 cte = img->color_table[i]; in display_rle8_bitmap() 1460 cte = bmp->color_table[idx]; in video_display_bitmap() 1481 cte = bmp->color_table[xcount]; in video_display_bitmap() 1505 cte = bmp->color_table[*bmap++]; in video_display_bitmap() 1522 cte = bmp->color_table[*bmap++]; in video_display_bitmap() 1543 cte = bmp->color_table[*bmap++]; in video_display_bitmap() 1557 cte = bmp->color_table[*bmap++]; in video_display_bitmap() 1571 cte = bmp->color_table[*bmap++]; in video_display_bitmap()
|
| H A D | atmel_lcdfb.c | 109 struct bmp_color_table_entry cte = bmp->color_table[i]; in lcd_set_cmap()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | bmp2gray16.c | 36 uint8_t color_table[0]; member 281 color_u16 = (struct pixel_u16 *)bmp->color_table; in convert_one_image() 305 color_u24 = (struct pixel_u24 *)bmp->color_table; in convert_one_image() 331 color_u32 = (struct pixel_u32 *)bmp->color_table; in convert_one_image()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/ |
| H A D | Makefile | 26 MOD_COLOR = color_gamma.o color_table.o
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | bmp_layout.h | 49 struct bmp_color_table_entry color_table[0]; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | selection.h | 31 extern const unsigned char color_table[];
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | lcd.c | 561 cte = bmp->color_table[i]; in lcd_set_cmap() 590 palette = bmp->color_table; in lcd_display_bitmap()
|
| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | vgacon.c | 301 outb_p(color_table[i], VGA_PEL_IW); in vgacon_startup() 823 vga_set_palette(c, color_table); in vgacon_blank()
|
| H A D | newport_con.c | 89 newport_cmap_setaddr(npregs, color_table[i]); in newport_init_cmap()
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vt.c | 1426 const unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7, variable 1824 vc->state.color = color_table[vc->vc_par[i] - 30] in csi_m() 1827 vc->state.color = (color_table[vc->vc_par[i] - 40] << 4) in csi_m() 1959 vc->vc_ulcolor = color_table[vc->vc_par[1]]; in setterm_command() 1966 vc->vc_halfcolor = color_table[vc->vc_par[1]]; in setterm_command() 4517 vc->vc_sw->con_set_palette(vc, color_table); in set_palette() 4847 EXPORT_SYMBOL(color_table);
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | fbcon.c | 2204 fbcon_set_palette(vc, color_table); in fbcon_switch() 2287 fbcon_set_palette(vc, color_table); in fbcon_debug_enter() 2727 fbcon_set_palette(vc, color_table); in fbcon_modechanged()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | tgafb.c | 373 int j = color_table[i];
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 6210 stbi_uc *color_table; member 6306 c = &g->color_table[g->codes[code].suffix * 4]; in stbi__out_gif_code() 6520 g->color_table = (stbi_uc *) g->lpal; in stbi__gif_load_next() 6522 g->color_table = (stbi_uc *) g->pal; in stbi__gif_load_next()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 6210 stbi_uc *color_table; member 6306 c = &g->color_table[g->codes[code].suffix * 4]; in stbi__out_gif_code() 6520 g->color_table = (stbi_uc *) g->lpal; in stbi__gif_load_next() 6522 g->color_table = (stbi_uc *) g->pal; in stbi__gif_load_next()
|