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

  /external/libpng/
pngpread.c 610 png_calculate_crc(png_ptr, png_ptr->current_buffer_ptr, save_size);
615 png_ptr->current_buffer_ptr += save_size;
665 png_memcpy(ptr, png_ptr->current_buffer_ptr, save_size);
668 png_ptr->current_buffer_ptr += save_size;
719 png_ptr->current_buffer_ptr, png_ptr->current_buffer_size);
734 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
808 png_calculate_crc(png_ptr, png_ptr->current_buffer_ptr, save_size);
810 png_process_IDAT_data(png_ptr, png_ptr->current_buffer_ptr, save_size);
815 png_ptr->current_buffer_ptr += save_size;
    [all...]
png.h     [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngpread.c 541 png_calculate_crc(png_ptr, png_ptr->current_buffer_ptr, save_size);
546 png_ptr->current_buffer_ptr += save_size;
593 png_memcpy(ptr, png_ptr->current_buffer_ptr, save_size);
596 png_ptr->current_buffer_ptr += save_size;
641 png_ptr->current_buffer_ptr, png_ptr->current_buffer_size);
656 png_ptr->current_buffer_ptr = png_ptr->current_buffer;
727 png_calculate_crc(png_ptr, png_ptr->current_buffer_ptr, save_size);
729 png_process_IDAT_data(png_ptr, png_ptr->current_buffer_ptr, save_size);
734 png_ptr->current_buffer_ptr += save_size;
    [all...]
png.h 1261 png_bytep current_buffer_ptr; \/* current location in current_buffer *\/ member in struct:png_struct_def
    [all...]

Completed in 107 milliseconds