/external/pdfium/samples/fx_lpng/lpng_v163/ |
D | pngdebug.h | 66 # ifndef png_debug2 67 # define png_debug2(l,m,p1,p2) \ macro 100 # ifndef png_debug2 101 # define png_debug2(l,m,p1,p2) \ macro 131 # ifndef png_debug2 132 # define png_debug2(l,m,p1,p2) \ macro 154 #ifndef png_debug2 155 # define png_debug2(l, m, p1, p2) ((void)0) macro
|
D | fx_pngwrite.c | 281 png_debug2(2, "Writing header text chunk %d, type %d", i, in png_write_info() 376 png_debug2(2, "Writing trailer text chunk %d, type %d", i, in png_write_end() 619 png_debug2(1, "in png_write_row (row %u, pass %d)", in png_write_row()
|
D | fx_pngset.c | 340 png_debug2(3, "allocating parameter %d for info (%lu bytes)", i, in png_set_pCAL() 831 png_debug2(2, "Allocated %lu bytes at %p in png_set_text", in png_set_text_2()
|
D | fx_pngwutil.c | 79 png_debug2(0, "Writing %s chunk, length = %lu", buf, (unsigned long)length); in png_write_chunk_header() 1555 png_debug2(3, "num_hist = %d, num_palette = %d", num_hist, in png_write_hIST() 1829 png_debug2(3, "pCAL parameter %d length = %lu", i, in png_write_pCAL()
|
D | fx_pngread.c | 315 png_debug2(1, "in png_read_row (row %lu, pass %d)", in png_read_row()
|
D | fx_pngrutil.c | 167 png_debug2(0, "Reading %lx chunk, length = %lu", in png_read_chunk_header()
|
/external/libpng/ |
D | pngdebug.h | 66 # ifndef png_debug2 67 # define png_debug2(l,m,p1,p2) \ macro 97 # ifndef png_debug2 98 # define png_debug2(l,m,p1,p2) \ macro 128 # ifndef png_debug2 129 # define png_debug2(l,m,p1,p2) \ macro 151 #ifndef png_debug2 152 # define png_debug2(l, m, p1, p2) ((void)0) macro
|
D | pngwrite.c | 282 png_debug2(2, "Writing header text chunk %d, type %d", i, in png_write_info() 377 png_debug2(2, "Writing trailer text chunk %d, type %d", i, in png_write_end() 685 png_debug2(1, "in png_write_row (row %u, pass %d)", in png_write_row()
|
D | pngset.c | 341 png_debug2(3, "allocating parameter %d for info (%lu bytes)", i, in png_set_pCAL() 832 png_debug2(2, "Allocated %lu bytes at %p in png_set_text", in png_set_text_2()
|
D | pngwutil.c | 80 png_debug2(0, "Writing %s chunk, length = %lu", buf, (unsigned long)length); in png_write_chunk_header() 1556 png_debug2(3, "num_hist = %d, num_palette = %d", num_hist, in png_write_hIST() 1830 png_debug2(3, "pCAL parameter %d length = %lu", i, in png_write_pCAL()
|
D | pngread.c | 392 png_debug2(1, "in png_read_row (row %lu, pass %d)", in png_read_row()
|
D | pngrutil.c | 168 png_debug2(0, "Reading %lx chunk, length = %lu", in png_read_chunk_header()
|
D | CHANGES | 2131 Allow user to #define their own png_debug, png_debug1, and png_debug2. 2481 png_debug(), png_debug1(), and png_debug2() from libpng.3 to libpngpf.3.
|
D | libpng-manual.txt | 4474 png_debug2(level, message, p1, p2)
|