Home
last modified time | relevance | path

Searched refs:current_buffer_ptr (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/libpng16/
Dpngpread.c456 memcpy(ptr, png_ptr->current_buffer_ptr, save_size); in png_push_fill_buffer()
459 png_ptr->current_buffer_ptr += save_size; in png_push_fill_buffer()
515 png_ptr->current_buffer_ptr, png_ptr->current_buffer_size); in png_push_save_buffer()
530 png_ptr->current_buffer_ptr = png_ptr->current_buffer; in png_push_restore_buffer()
606 png_calculate_crc(png_ptr, png_ptr->current_buffer_ptr, save_size); in png_push_read_IDAT()
608 png_process_IDAT_data(png_ptr, png_ptr->current_buffer_ptr, save_size); in png_push_read_IDAT()
613 png_ptr->current_buffer_ptr += save_size; in png_push_read_IDAT()
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member
/external/libpng/
Dpngpread.c456 memcpy(ptr, png_ptr->current_buffer_ptr, save_size); in png_push_fill_buffer()
459 png_ptr->current_buffer_ptr += save_size; in png_push_fill_buffer()
515 png_ptr->current_buffer_ptr, png_ptr->current_buffer_size); in png_push_save_buffer()
530 png_ptr->current_buffer_ptr = png_ptr->current_buffer; in png_push_restore_buffer()
606 png_calculate_crc(png_ptr, png_ptr->current_buffer_ptr, save_size); in png_push_read_IDAT()
608 png_process_IDAT_data(png_ptr, png_ptr->current_buffer_ptr, save_size); in png_push_read_IDAT()
613 png_ptr->current_buffer_ptr += save_size; in png_push_read_IDAT()
Dpngstruct.h327 png_bytep current_buffer_ptr; /* current location in current_buffer */ member