Searched refs:png_debug1 (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngdebug.h91 # ifndef png_debug1
92 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
120 # ifndef png_debug1
121 # define png_debug1(l,m,p1) \ macro
148 # ifndef png_debug1
149 # define png_debug1(l,m,p1) \ macro
179 #ifndef png_debug1
180 # define png_debug1(l, m, p1) ((void)0) macro
H A Dpngget.c148 png_debug1(1, "in %s retrieval function",
165 png_debug1(1, "in %s retrieval function",
182 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter");
200 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio");
225 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio_fixed");
246 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
262 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns");
278 png_debug1(1, "in %s retrieval function", "png_get_x_offset_pixels");
294 png_debug1(1, "in %s retrieval function", "png_get_y_offset_pixels");
417 png_debug1(
[all...]
H A Dpngset.c56 png_debug1(1, "in %s storage function", "bKGD");
73 png_debug1(1, "in %s storage function", "cHRM fixed");
120 png_debug1(1, "in %s storage function", "gAMA");
159 png_debug1(1, "in %s storage function", "hIST");
202 png_debug1(1, "in %s storage function", "IHDR");
250 png_debug1(1, "in %s storage function", "oFFs");
271 png_debug1(1, "in %s storage function", "pCAL");
277 png_debug1(3, "allocating purpose for info (%lu bytes)",
308 png_debug1(3, "allocating units for info (%lu bytes)",
361 png_debug1(
[all...]
H A Dpngrio.c62 png_debug1(4, "reading %d bytes", (int)length);
H A Dpngrutil.c620 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
621 png_debug1(3, "channels = %d", png_ptr->channels);
622 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes);
1883 png_debug1(2, "Allocating and reading pCAL chunk data (%u bytes)",
1971 png_debug1(3, "Reading pCAL parameter %d", i);
2031 png_debug1(2, "Allocating and reading sCAL chunk data (%u bytes)",
3684 png_debug1(3, "width = %u,", png_ptr->width);
3685 png_debug1(3, "height = %u,", png_ptr->height);
3686 png_debug1(3, "iwidth = %u,", png_ptr->iwidth);
3687 png_debug1(
[all...]
H A Dpngwrite.c772 png_debug1(3, "row_info->color_type = %d", png_ptr->row_info.color_type);
773 png_debug1(3, "row_info->width = %u", png_ptr->row_info.width);
774 png_debug1(3, "row_info->channels = %d", png_ptr->row_info.channels);
775 png_debug1(3, "row_info->bit_depth = %d", png_ptr->row_info.bit_depth);
776 png_debug1(3, "row_info->pixel_depth = %d", png_ptr->row_info.pixel_depth);
777 png_debug1(3, "row_info->rowbytes = %lu",
H A Dpngwutil.c937 png_debug1(3, "num_palette = %d", png_ptr->num_palette);
1561 png_debug1(2, "Keyword to be checked is '%s'", key);
1618 png_debug1(2, "Checking for multiple internal spaces in '%s'", kp);
1896 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams);
1902 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len);
1904 png_debug1(3, "pCAL units length = %d", (int)units_len);
1921 png_debug1(3, "pCAL total length = %d", (int)total_len);
1971 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len);
3127 png_debug1(2, "filter = %d", filtered_row[0]);

Completed in 1580 milliseconds