Home
last modified time | relevance | path

Searched refs:dither_index (Results 1 – 6 of 6) sorted by relevance

/external/libpng/
Dpngrtran.c178 png_ptr->dither_index = (png_bytep)png_malloc(png_ptr, in png_set_dither()
181 png_ptr->dither_index[i] = (png_byte)i; in png_set_dither()
273 png_ptr->dither_index[j] = (png_byte)i; in png_set_dither()
274 png_ptr->dither_index[i] = (png_byte)j; in png_set_dither()
281 if ((int)png_ptr->dither_index[i] >= maximum_colors) in png_set_dither()
286 d_index = png_ptr->dither_index[i]; in png_set_dither()
301 png_ptr->dither_index[i] = (png_byte)min_k; in png_set_dither()
419 if (png_ptr->dither_index[k] == in png_set_dither()
421 png_ptr->dither_index[k] = in png_set_dither()
423 if ((int)png_ptr->dither_index[k] == in png_set_dither()
[all …]
Dpngread.c1401 png_free(png_ptr, png_ptr->dither_index); in png_read_destroy()
Dpng.h1477 png_bytep dither_index PNG_DEPSTRUCT; /* index translation for palette files */
/external/qemu/distrib/libpng-1.2.19/
Dpngrtran.c153 png_ptr->dither_index = (png_bytep)png_malloc(png_ptr, in png_set_dither()
156 png_ptr->dither_index[i] = (png_byte)i; in png_set_dither()
244 png_ptr->dither_index[j] = (png_byte)i; in png_set_dither()
245 png_ptr->dither_index[i] = (png_byte)j; in png_set_dither()
252 if ((int)png_ptr->dither_index[i] >= maximum_colors) in png_set_dither()
257 d_index = png_ptr->dither_index[i]; in png_set_dither()
272 png_ptr->dither_index[i] = (png_byte)min_k; in png_set_dither()
393 if (png_ptr->dither_index[k] == in png_set_dither()
395 png_ptr->dither_index[k] = in png_set_dither()
397 if ((int)png_ptr->dither_index[k] == in png_set_dither()
[all …]
Dpngread.c1196 png_free(png_ptr, png_ptr->dither_index); in png_read_destroy()
Dpng.h1292 png_bytep dither_index; /* index translation for palette files */ member