Searched refs:maximum_pixel_depth (Results 1 - 15 of 15) sorted by relevance

/external/libpng/
H A Dpngstruct.h262 png_byte maximum_pixel_depth; member in struct:png_struct_def
H A Dpngpread.c765 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
H A Dpngwutil.c1894 png_ptr->maximum_pixel_depth = (png_byte)usr_pixel_depth;
H A Dpngread.c570 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
H A Dpngrutil.c4430 png_ptr->maximum_pixel_depth = (png_byte)max_pixel_depth;
/external/opencv3/3rdparty/libpng/
H A Dpngstruct.h143 png_byte maximum_pixel_depth; member in struct:png_struct_def
H A Dpngpread.c996 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
H A Dpngread.c610 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
H A Dpngwutil.c2030 png_ptr->maximum_pixel_depth = (png_byte)usr_pixel_depth;
H A Dpngrutil.c4081 png_ptr->maximum_pixel_depth = (png_byte)max_pixel_depth;
/external/pdfium/third_party/lpng_v163/
H A Dpngstruct.h261 png_byte maximum_pixel_depth; member in struct:png_struct_def
H A Dpngpread.c971 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
H A Dpngread.c501 if (row_info.pixel_depth > png_ptr->maximum_pixel_depth)
H A Dpngwutil.c1966 png_ptr->maximum_pixel_depth = (png_byte)usr_pixel_depth;
H A Dpngrutil.c4372 png_ptr->maximum_pixel_depth = (png_byte)max_pixel_depth;

Completed in 181 milliseconds