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

/external/libpng/
H A Dpngstruct.h462 uInt IDAT_read_size; /* limit on read buffer size for IDAT */ member in struct:png_struct_def
H A Dpngget.c1149 return png_ptr->IDAT_read_size;
H A Dpngset.c1514 png_ptr->IDAT_read_size = (png_uint_32)size; /* checked above */
H A Dpngread.c57 png_ptr->IDAT_read_size = PNG_IDAT_READ_SIZE;
H A Dpngrutil.c4031 avail_in = png_ptr->IDAT_read_size;
4038 * realistically doing IDAT_read_size re-allocs is not likely to be a
/external/pdfium/third_party/libpng16/
H A Dpngstruct.h462 uInt IDAT_read_size; /* limit on read buffer size for IDAT */ member in struct:png_struct_def
H A Dpngget.c1149 return png_ptr->IDAT_read_size;
H A Dpngset.c1527 png_ptr->IDAT_read_size = (png_uint_32)size; /* checked above */
H A Dpngread.c57 png_ptr->IDAT_read_size = PNG_IDAT_READ_SIZE;
H A Dpngrutil.c4029 avail_in = png_ptr->IDAT_read_size;
4036 * realistically doing IDAT_read_size re-allocs is not likely to be a
/external/skia/third_party/libpng/
H A Dpngstruct.h462 uInt IDAT_read_size; /* limit on read buffer size for IDAT */ member in struct:png_struct_def
H A Dpngget.c1149 return png_ptr->IDAT_read_size;
H A Dpngset.c1512 png_ptr->IDAT_read_size = (png_uint_32)size; /* checked above */
H A Dpngread.c57 png_ptr->IDAT_read_size = PNG_IDAT_READ_SIZE;
H A Dpngrutil.c4029 avail_in = png_ptr->IDAT_read_size;
4036 * realistically doing IDAT_read_size re-allocs is not likely to be a

Completed in 1595 milliseconds