Home
last modified time | relevance | path

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

/external/libpng/
Dpngstruct.h308 png_byte maximum_pixel_depth; member
Dpngpread.c973 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth) in png_push_process_row()
Dpngread.c577 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth) in png_read_row()
767 rp = png_malloc(png_ptr, PNG_ROWBYTES(png_ptr->maximum_pixel_depth, png_ptr->width)); in png_build_index()
Dpngwutil.c1967 png_ptr->maximum_pixel_depth = (png_byte)usr_pixel_depth; in png_write_start_row()
Dpngrutil.c4435 png_ptr->maximum_pixel_depth = (png_byte)max_pixel_depth; in png_read_start_row()