Lines Matching refs:store_palette_entry
699 typedef struct store_palette_entry /* record of a single palette entry */ struct
705 } store_palette_entry, store_palette[256]; argument
717 store_palette_entry* palette; /* May be NULL */
798 store_palette_entry* palette;
1740 static store_palette_entry *
1752 ps->palette = voidcast(store_palette_entry*, malloc(npalette * in store_write_palette()
1765 static store_palette_entry *
3544 static store_palette_entry *
3603 store_palette_entry *palette; in make_standard_palette()
3647 store_palette_entry *ppal = make_standard_palette(ps, npalette, do_tRNS); in init_standard_palette()
5014 store_palette_entry *palette = store_current_palette(dp->ps, &dp->npalette); in standard_palette_init()
10214 const store_palette_entry *in_palette = dp->this.palette; in gamma_image_validate()