Home
last modified time | relevance | path

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

/external/libpng/
Dpngrtran.c170 png_ptr->dither_index = (png_bytep)png_malloc(png_ptr, in png_set_dither()
173 png_ptr->dither_index[i] = (png_byte)i; in png_set_dither()
265 png_ptr->dither_index[j] = (png_byte)i; in png_set_dither()
266 png_ptr->dither_index[i] = (png_byte)j; in png_set_dither()
273 if ((int)png_ptr->dither_index[i] >= maximum_colors) in png_set_dither()
278 d_index = png_ptr->dither_index[i]; in png_set_dither()
293 png_ptr->dither_index[i] = (png_byte)min_k; in png_set_dither()
412 if (png_ptr->dither_index[k] == in png_set_dither()
414 png_ptr->dither_index[k] = in png_set_dither()
416 if ((int)png_ptr->dither_index[k] == in png_set_dither()
[all …]
Dpngread.c1189 png_free(png_ptr, png_ptr->dither_index); in png_read_destroy()
Dpng.h1383 png_bytep dither_index; /* index translation for palette files */ member
/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