Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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