Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libpng/
Dpngstruct.h262 png_byte maximum_pixel_depth; member
Dpngpread.c776 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth) in png_push_process_row()
Dpngwutil.c1922 png_ptr->maximum_pixel_depth = (png_byte)usr_pixel_depth; in png_write_start_row()
Dpngread.c579 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth) in png_read_row()
Dpngrutil.c4582 png_ptr->maximum_pixel_depth = (png_byte)max_pixel_depth; in png_read_start_row()