Searched refs:big_row_buf (Results 1 - 6 of 6) sorted by relevance

/external/libpng/
H A Dpngstruct.h273 * This is a pointer into big_row_buf
469 png_bytep big_row_buf; /* buffer to save current (unfiltered) row */ member in struct:png_struct_def
H A Dpngrutil.c4470 png_free(png_ptr, png_ptr->big_row_buf);
4474 png_ptr->big_row_buf = (png_bytep)png_calloc(png_ptr,
4478 png_ptr->big_row_buf = (png_bytep)png_malloc(png_ptr, row_bytes + 48);
4491 png_bytep temp = png_ptr->big_row_buf + 32;
4502 png_ptr->row_buf = png_ptr->big_row_buf + 31;
H A Dpngread.c1074 png_free(png_ptr, png_ptr->big_row_buf);
/external/pdfium/samples/fx_lpng/lpng_v163/
H A Dpngstruct.h226 * This is a pointer into big_row_buf
422 png_bytep big_row_buf; /* buffer to save current (unfiltered) row */ member in struct:png_struct_def
H A Dfx_pngrutil.c4392 png_free(png_ptr, png_ptr->big_row_buf);
4396 png_ptr->big_row_buf = (png_bytep)png_calloc(png_ptr,
4400 png_ptr->big_row_buf = (png_bytep)png_malloc(png_ptr, row_bytes + 48);
4413 png_bytep temp = png_ptr->big_row_buf + 32;
4424 png_ptr->row_buf = png_ptr->big_row_buf + 31;
H A Dfx_pngread.c853 png_free(png_ptr, png_ptr->big_row_buf);

Completed in 64 milliseconds