Home
last modified time | relevance | path

Searched refs:pixel_depth (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/build/issue20862-libpng-O0/jni/
Dpngrtran.c2056 info_ptr->pixel_depth = (png_byte)(info_ptr->channels * in png_read_transform_info()
2059 info_ptr->rowbytes = PNG_ROWBYTES(info_ptr->pixel_depth, info_ptr->width); in png_read_transform_info()
2363 row_info->pixel_depth = (png_byte)(row_info->bit_depth * in png_do_read_transformations()
2366 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, row_info->width); in png_do_read_transformations()
2464 row_info->pixel_depth = (png_byte)(8 * row_info->channels); in png_do_unpack()
2666 row_info->pixel_depth = (png_byte)(8 * row_info->channels); in png_do_scale_16_to_8()
2694 row_info->pixel_depth = (png_byte)(8 * row_info->channels); in png_do_chop()
2931 row_info->pixel_depth = 16; in png_do_read_filler()
2946 row_info->pixel_depth = 16; in png_do_read_filler()
2969 row_info->pixel_depth = 32; in png_do_read_filler()
[all …]
Dpnginfo.h75 png_byte pixel_depth; /* number of bits per pixel */ member
Dpngstruct.h139 png_byte pixel_depth; /* number of bits per pixel */ member
Dpng.h847 png_byte pixel_depth; /* bits per pixel (depth * channels) */ member