Searched refs:png_set_dither (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/com32/lib/libpng/ |
D | example.c | 288 png_set_dither(png_ptr, std_color_cube, MAX_SCREEN_COLORS, 298 png_set_dither(png_ptr, palette, num_palette,
|
D | libpng.txt | 1024 file has more entries then will fit on your screen, png_set_dither() 1043 png_set_dither(png_ptr, palette, num_palette, 1051 png_set_dither(png_ptr, std_color_cube,
|
D | pngrtran.c | 164 png_set_dither(png_structp png_ptr, png_colorp palette, in png_set_dither() function
|
/external/syslinux/com32/include/ |
D | png.h | 1796 extern PNG_EXPORT(void,png_set_dither) PNGARG((png_structp png_ptr,
|
/external/libpng/ |
D | CHANGES | 2793 Documented the fact that png_set_dither() was disabled since libpng-1.4.0. 2794 Reenabled png_set_dither() but renamed it to png_set_quantize() to reflect
|