Home
last modified time | relevance | path

Searched refs:png_set_dither (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/com32/lib/libpng/
Dexample.c288 png_set_dither(png_ptr, std_color_cube, MAX_SCREEN_COLORS,
298 png_set_dither(png_ptr, palette, num_palette,
Dlibpng.txt1024 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,
Dpngrtran.c164 png_set_dither(png_structp png_ptr, png_colorp palette, in png_set_dither() function
/external/syslinux/com32/include/
Dpng.h1796 extern PNG_EXPORT(void,png_set_dither) PNGARG((png_structp png_ptr,
/external/libpng/
DCHANGES2793 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