Home
last modified time | relevance | path

Searched refs:cmap (Results 1 – 13 of 13) sorted by relevance

/openbmc/u-boot/drivers/video/
H A Dvideo_bmp.c21 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() argument
25 *(*fbp)++ = cmap[*bmap++]; in draw_unencoded_bitmap()
42 struct bmp_image *bmp, ushort *cmap, in video_display_rle8_bitmap() argument
96 bmap, cmap, cnt); in video_display_rle8_bitmap()
121 cmap[bmap[1]], cnt); in video_display_rle8_bitmap()
178 ushort *cmap = priv->cmap; in video_set_cmap() local
182 *cmap = ((cte->red << 8) & 0xf800) | in video_set_cmap()
185 cmap++; in video_set_cmap()
269 cmap_base = priv->cmap; in video_bmp_display()
H A Dvideo-uclass.c201 priv->cmap = calloc(256, sizeof(ushort)); in video_pre_probe()
202 if (!priv->cmap) in video_pre_probe()
212 free(priv->cmap); in video_pre_remove()
H A Datmel_lcdfb.c73 uint *cmap = (uint *)configuration_get_cmap(); in lcd_logo_set_cmap() local
86 *(cmap + BMP_LOGO_OFFSET) = lut_entry; in lcd_logo_set_cmap()
87 cmap++; in lcd_logo_set_cmap()
H A Dstb_truetype.h1024 stbtt_uint32 cmap, t; in stbtt_InitFont() local
1030 cmap = stbtt__find_table(data, fontstart, "cmap"); // required in stbtt_InitFont()
1037 if (!cmap || !info->loca || !info->head || !info->glyf || !info->hhea || !info->hmtx) in stbtt_InitFont()
1049 numTables = ttUSHORT(data + cmap + 2); in stbtt_InitFont()
1052 stbtt_uint32 encoding_record = cmap + 4 + 8 * i; in stbtt_InitFont()
1060 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()
1067 info->index_map = cmap + ttULONG(data+encoding_record+4); in stbtt_InitFont()
/openbmc/u-boot/common/
H A Dlcd.c331 ushort *cmap = configuration_get_cmap(); in lcd_logo_set_cmap() local
334 *cmap++ = bmp_logo_palette[i]; in lcd_logo_set_cmap()
408 static void draw_unencoded_bitmap(ushort **fbp, uchar *bmap, ushort *cmap, in draw_unencoded_bitmap() argument
412 *(*fbp)++ = cmap[*bmap++]; in draw_unencoded_bitmap()
444 static void lcd_display_rle8_bitmap(struct bmp_image *bmp, ushort *cmap, in lcd_display_rle8_bitmap() argument
496 bmap, cmap, cnt); in lcd_display_rle8_bitmap()
521 cmap[bmap[1]], cnt); in lcd_display_rle8_bitmap()
548 ushort *cmap = configuration_get_cmap(); in lcd_set_cmap() local
552 *cmap = (((cte.red) << 8) & 0xf800) | in lcd_set_cmap()
555 cmap++; in lcd_set_cmap()
/openbmc/u-boot/include/linux/
H A Dfb.h230 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
589 extern int fb_alloc_cmap(struct fb_cmap *cmap, int len, int transp);
590 extern void fb_dealloc_cmap(struct fb_cmap *cmap);
593 extern int fb_set_cmap(struct fb_cmap *cmap, struct fb_info *fb_info);
594 extern int fb_set_user_cmap(struct fb_cmap_user *cmap, struct fb_info *fb_info);
/openbmc/u-boot/include/
H A Dlcd.h55 ushort *cmap; /* Pointer to the colormap */ member
61 return panel_info.cmap; in configuration_get_cmap()
H A Dvideo.h93 ushort *cmap; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/
H A Dpoppler-data_0.4.12.bb15 CMAP_RESOURCES_BASE = "https://github.com/adobe-type-tools/cmap-resources/raw/0561ebca035813ed04c34…
/openbmc/openbmc/poky/meta/recipes-extended/mdadm/files/
H A D0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch26 +COROSYNC:=$(shell [ -f $(SYSROOT)/usr/include/corosync/cmap.h ] || echo -DNO_COROSYNC)
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-extended/dlm/dlm/
H A D0001-Include-sys-sysmacros.h-for-major-minor-macros-in-gl.patch28 #include <corosync/cmap.h>
/openbmc/u-boot/board/compulab/common/
H A Domap3_display.c37 .cmap = (ushort *)CMAP_ADDR,
/openbmc/qemu/hw/display/
H A Dartist.c1298 uint32_t *cmap, *data = (uint32_t *)d; in artist_draw_line() local
1307 cmap = (uint32_t *)(s->vram_buffer[ARTIST_BUFFER_CMAP].data + 0x400); in artist_draw_line()
1310 *data++ = cmap[*src++]; in artist_draw_line()