Searched defs:full_dither (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libpng/
H A Dpngrtran.c149 * modified to fit in the maximum number. "full_dither" indicates
166 int full_dither)
174 if (!full_dither)
233 if (full_dither)
413 if (!full_dither)
478 if (full_dither)
164 png_set_dither(png_structp png_ptr, png_colorp palette, int num_palette, int maximum_colors, png_uint_16p histogram, int full_dither) argument
/external/libpng/
H A Dpngrtran.c149 * modified to fit in the maximum number. "full_dither" indicates
166 int full_dither)
174 if (!full_dither)
233 if (full_dither)
413 if (!full_dither)
478 if (full_dither)
164 png_set_dither(png_structp png_ptr, png_colorp palette, int num_palette, int maximum_colors, png_uint_16p histogram, int full_dither) argument
/external/qemu/distrib/libpng-1.2.19/
H A Dpngrtran.c126 * modified to fit in the maximum number. "full_dither" indicates
143 int full_dither)
149 if (!full_dither)
206 if (full_dither)
387 if (!full_dither)
450 if (full_dither)
141 png_set_dither(png_structp png_ptr, png_colorp palette, int num_palette, int maximum_colors, png_uint_16p histogram, int full_dither) argument

Completed in 122 milliseconds