Home | History | Annotate | Download | only in libpng

Lines Matching refs:colormap

1415    png_voidp  colormap;
2012 png_uint_16p entry = png_voidcast(png_uint_16p, display->colormap);
2067 png_bytep entry = png_voidcast(png_bytep, display->colormap);
2498 * colormap containing gray levels (for the opaque grays), a
2692 * the colormap and that completely transparent pixels map to
2842 if (memcmp((png_const_bytep)display->colormap +
2844 (png_const_bytep)display->colormap +
2916 png_const_colorp colormap = png_ptr->palette;
2948 png_colormap_compose(display, colormap[i].red, P_FILE,
2950 png_colormap_compose(display, colormap[i].green, P_FILE,
2952 png_colormap_compose(display, colormap[i].blue, P_FILE,
2961 png_create_colormap_entry(display, i, colormap[i].red,
2962 colormap[i].green, colormap[i].blue,
4203 void *buffer, png_int_32 row_stride, void *colormap)
4222 (image->colormap_entries > 0 && colormap != NULL))
4231 display.colormap = colormap;