Searched refs:png_debug2 (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dpngtest.c1233 png_debug2(0, "Allocating row buffer (pass %d, y = %ld)...", pass, y);
1236 png_debug2(0, "0x%08lx (%ld bytes)", (unsigned long)row_buf,
1256 png_debug2(0, "Freeing row buffer (pass %d, y = %ld)", pass, y);
H A Dpngwrite.c233 png_debug2(2, "Writing header text chunk %d, type %d", i,
340 png_debug2(2, "Writing trailer text chunk %d, type %d", i,
796 png_debug2(1, "in png_write_row (row %ld, pass %d)",
H A Dpng.h2641 #ifndef png_debug2
2642 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m PNG_STRING_NEWLINE,p1,p2) macro
2671 # ifndef png_debug2
2672 # define png_debug2(l,m,p1,p2) \ macro
2702 # ifndef png_debug2
2703 # define png_debug2(l,m,p1,p2) \ macro
2725 #ifndef png_debug2
2726 #define png_debug2(l, m, p1, p2) macro
H A Dpngset.c343 png_debug2(3, "allocating parameter %d for info (%lu bytes)", i,
774 png_debug2(2, "Allocated %lu bytes at %x in png_set_text",
H A Dpngwutil.c104 png_debug2(0, "Writing %s chunk, length = %lu", chunk_name,
1199 png_debug2(3, "num_hist = %d, num_palette = %d", num_hist,
1595 png_debug2(3, "pCAL parameter %d length = %lu", i,
H A Dpngrutil.c124 png_debug2(0, "Reading %s chunk, length = %lu",
2934 png_debug2(2, "row = %lu, filter = %d", png_ptr->row_number, filter);
H A Dpngread.c603 png_debug2(1, "in png_read_row (row %lu, pass %d)",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpngtest.c1094 png_debug2(0, "\nAllocating row buffer (pass %d, y = %ld)...", pass,y);
1097 png_debug2(0, "0x%08lx (%ld bytes)\n", (unsigned long)row_buf,
1117 png_debug2(0, "Freeing row buffer (pass %d, y = %ld)\n\n", pass, y);
H A Dpngwrite.c211 png_debug2(2, "Writing header text chunk %d, type %d\n", i,
312 png_debug2(2, "Writing trailer text chunk %d, type %d\n", i,
734 png_debug2(1, "in png_write_row (row %ld, pass %d)\n",
H A Dpng.h2350 #define png_debug2(l,m,p1,p2) _RPT2(_CRT_WARN,m,p1,p2) macro
2369 #define png_debug2(l,m,p1,p2) \ macro
2385 #ifndef png_debug2
2386 #define png_debug2(l, m, p1, p2) macro
H A Dpngread.c406 png_debug2(0, "Reading %s chunk, length=%lu.\n", png_ptr->chunk_name,
561 png_debug2(1, "in png_read_row (row %lu, pass %d)\n",
H A Dpngset.c420 png_debug2(3, "allocating parameter %d for info (%lu bytes)\n", i, length);
806 png_debug2(2, "Allocated %lu bytes at %x in png_set_text\n",
H A Dpngwutil.c81 png_debug2(0, "Writing %s chunk (%lu bytes)\n", chunk_name, length);
1142 png_debug2(3, "num_hist = %d, num_palette = %d\n", num_hist,
1521 png_debug2(3, "pCAL parameter %d length = %lu\n", i, params_len[i]);
H A Dpnggccrd.c5137 png_debug2(0, "row_number=%5ld, %5s, ", png_ptr->row_number, filnm);
5139 png_debug2(0, "pixdepth=%2d, bytes=%d, ", (int)row_info->pixel_depth,
H A Dpngvcrd.c3723 png_debug2(0,"row=%5d, %s, ", png_ptr->row_number, filnm);
3724 png_debug2(0, "pd=%2d, b=%d, ", (int)row_info->pixel_depth,
H A Dpngrutil.c2690 png_debug2(2,"row = %lu, filter = %d\n", png_ptr->row_number, filter);

Completed in 245 milliseconds