HomeSort by relevance Sort by last modified time
    Searched refs:idat_size (Results 1 - 16 of 16) sorted by null

  /external/libpng/
pngpread.c 263 png_ptr->idat_size = png_ptr->push_length;
559 png_ptr->idat_size = png_ptr->push_length;
562 if (png_ptr->idat_size != 0 && png_ptr->save_buffer_size != 0)
565 png_uint_32 idat_size = png_ptr->idat_size; local
567 /* We want the smaller of 'idat_size' and 'current_buffer_size', but they
573 if (idat_size < save_size)
574 save_size = (png_size_t)idat_size;
577 idat_size = (png_uint_32)save_size;
583 png_ptr->idat_size -= idat_size
592 png_uint_32 idat_size = png_ptr->idat_size; local
    [all...]
pngstruct.h 237 png_uint_32 idat_size; /* current IDAT size for read */ member in struct:png_struct_def
pngrutil.c     [all...]
pngread.c 154 png_ptr->idat_size = 0; /* It has been consumed */
164 png_ptr->idat_size = length;
    [all...]
  /external/pdfium/third_party/libpng16/
pngpread.c 263 png_ptr->idat_size = png_ptr->push_length;
556 png_ptr->idat_size = png_ptr->push_length;
559 if (png_ptr->idat_size != 0 && png_ptr->save_buffer_size != 0)
562 png_uint_32 idat_size = png_ptr->idat_size; local
564 /* We want the smaller of 'idat_size' and 'current_buffer_size', but they
570 if (idat_size < save_size)
571 save_size = (png_size_t)idat_size;
574 idat_size = (png_uint_32)save_size;
580 png_ptr->idat_size -= idat_size
589 png_uint_32 idat_size = png_ptr->idat_size; local
    [all...]
pngstruct.h 237 png_uint_32 idat_size; /* current IDAT size for read */ member in struct:png_struct_def
pngrutil.c     [all...]
pngread.c 154 png_ptr->idat_size = 0; /* It has been consumed */
164 png_ptr->idat_size = length;
    [all...]
  /external/skia/third_party/libpng/
pngpread.c 261 png_ptr->idat_size = png_ptr->push_length;
565 png_ptr->idat_size = png_ptr->push_length;
568 if (png_ptr->idat_size != 0 && png_ptr->save_buffer_size != 0)
571 png_uint_32 idat_size = png_ptr->idat_size; local
573 /* We want the smaller of 'idat_size' and 'current_buffer_size', but they
579 if (idat_size < save_size)
580 save_size = (png_size_t)idat_size;
583 idat_size = (png_uint_32)save_size;
589 png_ptr->idat_size -= idat_size
598 png_uint_32 idat_size = png_ptr->idat_size; local
    [all...]
pngstruct.h 237 png_uint_32 idat_size; /* current IDAT size for read */ member in struct:png_struct_def
pngrutil.c     [all...]
pngread.c 151 png_ptr->idat_size = 0; /* It has been consumed */
161 png_ptr->idat_size = length;
    [all...]
  /external/syslinux/com32/lib/libpng/
pngpread.c 330 png_ptr->idat_size = png_ptr->push_length;
767 png_ptr->idat_size = png_ptr->push_length;
769 if (png_ptr->idat_size && png_ptr->save_buffer_size)
773 if (png_ptr->idat_size < (png_uint_32)png_ptr->save_buffer_size)
775 save_size = (png_size_t)png_ptr->idat_size;
778 if ((png_uint_32)save_size != png_ptr->idat_size)
788 png_ptr->idat_size -= save_size;
793 if (png_ptr->idat_size && png_ptr->current_buffer_size)
797 if (png_ptr->idat_size < (png_uint_32)png_ptr->current_buffer_size)
799 save_size = (png_size_t)png_ptr->idat_size;
    [all...]
pngread.c 484 png_ptr->idat_size = length;
737 while (!png_ptr->idat_size)
741 png_ptr->idat_size = png_read_chunk_header(png_ptr);
747 if (png_ptr->zbuf_size > png_ptr->idat_size)
748 png_ptr->zstream.avail_in = (uInt)png_ptr->idat_size;
751 png_ptr->idat_size -= png_ptr->zstream.avail_in;
757 png_ptr->idat_size)
    [all...]
pngrutil.c     [all...]
  /external/syslinux/com32/include/
png.h     [all...]

Completed in 1002 milliseconds