Home
last modified time | relevance | path

Searched refs:big_prev_row (Results 1 – 10 of 10) sorted by relevance

/external/skia/third_party/libpng/
Dpngstruct.h471 png_bytep big_prev_row; member
Dpngrutil.c4451 png_free(png_ptr, png_ptr->big_prev_row); in png_read_start_row()
4460 png_ptr->big_prev_row = (png_bytep)png_malloc(png_ptr, row_bytes + 48); in png_read_start_row()
4475 temp = png_ptr->big_prev_row + 32; in png_read_start_row()
4483 png_ptr->prev_row = png_ptr->big_prev_row + 31; in png_read_start_row()
Dpngread.c929 png_free(png_ptr, png_ptr->big_prev_row); in png_read_destroy()
930 png_ptr->big_prev_row = NULL; in png_read_destroy()
/external/libpng/
Dpngstruct.h471 png_bytep big_prev_row; member
Dpngrutil.c4461 png_free(png_ptr, png_ptr->big_prev_row); in png_read_start_row()
4470 png_ptr->big_prev_row = (png_bytep)png_malloc(png_ptr, row_bytes + 48); in png_read_start_row()
4485 temp = png_ptr->big_prev_row + 32; in png_read_start_row()
4493 png_ptr->prev_row = png_ptr->big_prev_row + 31; in png_read_start_row()
Dpngread.c939 png_free(png_ptr, png_ptr->big_prev_row); in png_read_destroy()
940 png_ptr->big_prev_row = NULL; in png_read_destroy()
DCHANGES3661 Made png_ptr->prev_row an aligned pointer into png_ptr->big_prev_row
/external/pdfium/third_party/libpng16/
Dpngstruct.h471 png_bytep big_prev_row; member
Dpngrutil.c4451 png_free(png_ptr, png_ptr->big_prev_row); in png_read_start_row()
4460 png_ptr->big_prev_row = (png_bytep)png_malloc(png_ptr, row_bytes + 48); in png_read_start_row()
4475 temp = png_ptr->big_prev_row + 32; in png_read_start_row()
4483 png_ptr->prev_row = png_ptr->big_prev_row + 31; in png_read_start_row()
Dpngread.c939 png_free(png_ptr, png_ptr->big_prev_row); in png_read_destroy()
940 png_ptr->big_prev_row = NULL; in png_read_destroy()