Home
last modified time | relevance | path

Searched refs:png_debug1 (Results 1 – 24 of 24) sorted by relevance

/external/pdfium/third_party/lpng_v163/
Dpngdebug.h63 # ifndef png_debug1
64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
92 # ifndef png_debug1
93 # define png_debug1(l,m,p1) \ macro
120 # ifndef png_debug1
121 # define png_debug1(l,m,p1) \ macro
151 #ifndef png_debug1
152 # define png_debug1(l, m, p1) ((void)0) macro
Dpngget.c120 png_debug1(1, "in %s retrieval function", in png_get_x_pixels_per_meter()
138 png_debug1(1, "in %s retrieval function", in png_get_y_pixels_per_meter()
155 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter"); in png_get_pixels_per_meter()
174 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio"); in png_get_pixel_aspect_ratio()
202 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio_fixed"); in png_get_pixel_aspect_ratio_fixed()
226 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns"); in png_get_x_offset_microns()
242 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns"); in png_get_y_offset_microns()
258 png_debug1(1, "in %s retrieval function", "png_get_x_offset_pixels"); in png_get_x_offset_pixels()
274 png_debug1(1, "in %s retrieval function", "png_get_y_offset_pixels"); in png_get_y_offset_pixels()
397 png_debug1(1, "in %s retrieval function", "pHYs"); in png_get_pHYs_dpi()
[all …]
Dpngset.c27 png_debug1(1, "in %s storage function", "bKGD"); in png_set_bKGD()
46 png_debug1(1, "in %s storage function", "cHRM fixed"); in png_set_cHRM_fixed()
77 png_debug1(1, "in %s storage function", "cHRM XYZ fixed"); in png_set_cHRM_XYZ_fixed()
140 png_debug1(1, "in %s storage function", "gAMA"); in png_set_gAMA_fixed()
166 png_debug1(1, "in %s storage function", "hIST"); in png_set_hIST()
209 png_debug1(1, "in %s storage function", "IHDR"); in png_set_IHDR()
248 png_debug1(1, "in %s storage function", "oFFs"); in png_set_oFFs()
269 png_debug1(1, "in %s storage function", "pCAL"); in png_set_pCAL()
276 png_debug1(3, "allocating purpose for info (%lu bytes)", in png_set_pCAL()
312 png_debug1(3, "allocating units for info (%lu bytes)", in png_set_pCAL()
[all …]
Dpngrio.c33 png_debug1(4, "reading %d bytes", (int)length); in png_read_data()
Dpngrutil.c860 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth); in png_handle_IHDR()
861 png_debug1(3, "channels = %d", png_ptr->channels); in png_handle_IHDR()
862 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes); in png_handle_IHDR()
2119 png_debug1(2, "Allocating and reading pCAL chunk data (%u bytes)", in png_handle_pCAL()
2197 png_debug1(3, "Reading pCAL parameter %d", i); in png_handle_pCAL()
2254 png_debug1(2, "Allocating and reading sCAL chunk data (%u bytes)", in png_handle_sCAL()
4440 png_debug1(3, "width = %u,", png_ptr->width); in png_read_start_row()
4441 png_debug1(3, "height = %u,", png_ptr->height); in png_read_start_row()
4442 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4443 png_debug1(3, "num_rows = %u,", png_ptr->num_rows); in png_read_start_row()
[all …]
Dpngwrite.c746 png_debug1(3, "row_info->color_type = %d", row_info.color_type); in png_write_row()
747 png_debug1(3, "row_info->width = %u", row_info.width); in png_write_row()
748 png_debug1(3, "row_info->channels = %d", row_info.channels); in png_write_row()
749 png_debug1(3, "row_info->bit_depth = %d", row_info.bit_depth); in png_write_row()
750 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth); in png_write_row()
751 png_debug1(3, "row_info->rowbytes = %lu", (unsigned long)row_info.rowbytes); in png_write_row()
Dpngwutil.c954 png_debug1(3, "num_palette = %d", png_ptr->num_palette); in png_write_PLTE()
1803 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams); in png_write_pCAL()
1815 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len); in png_write_pCAL()
1817 png_debug1(3, "pCAL units length = %d", (int)units_len); in png_write_pCAL()
1834 png_debug1(3, "pCAL total length = %d", (int)total_len); in png_write_pCAL()
1879 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len); in png_write_sCAL_s()
2995 png_debug1(2, "filter = %d", filtered_row[0]); in png_write_filtered_row()
/external/libpng/
Dpngdebug.h62 # ifndef png_debug1
63 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
88 # ifndef png_debug1
89 # define png_debug1(l,m,p1) \ macro
116 # ifndef png_debug1
117 # define png_debug1(l,m,p1) \ macro
147 #ifndef png_debug1
148 # define png_debug1(l, m, p1) ((void)0) macro
Dpngget.c122 png_debug1(1, "in %s retrieval function", in png_get_x_pixels_per_meter()
144 png_debug1(1, "in %s retrieval function", in png_get_y_pixels_per_meter()
165 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter"); in png_get_pixels_per_meter()
188 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio"); in png_get_pixel_aspect_ratio()
217 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio_fixed"); in png_get_pixel_aspect_ratio_fixed()
242 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns"); in png_get_x_offset_microns()
262 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns"); in png_get_y_offset_microns()
282 png_debug1(1, "in %s retrieval function", "png_get_x_offset_pixels"); in png_get_x_offset_pixels()
302 png_debug1(1, "in %s retrieval function", "png_get_y_offset_pixels"); in png_get_y_offset_pixels()
429 png_debug1(1, "in %s retrieval function", "pHYs"); in png_get_pHYs_dpi()
[all …]
Dpngset.c28 png_debug1(1, "in %s storage function", "bKGD"); in png_set_bKGD()
47 png_debug1(1, "in %s storage function", "cHRM fixed"); in png_set_cHRM_fixed()
78 png_debug1(1, "in %s storage function", "cHRM XYZ fixed"); in png_set_cHRM_XYZ_fixed()
142 png_debug1(1, "in %s storage function", "gAMA"); in png_set_gAMA_fixed()
168 png_debug1(1, "in %s storage function", "hIST"); in png_set_hIST()
212 png_debug1(1, "in %s storage function", "IHDR"); in png_set_IHDR()
251 png_debug1(1, "in %s storage function", "oFFs"); in png_set_oFFs()
272 png_debug1(1, "in %s storage function", "pCAL"); in png_set_pCAL()
279 png_debug1(3, "allocating purpose for info (%lu bytes)", in png_set_pCAL()
318 png_debug1(3, "allocating units for info (%lu bytes)", in png_set_pCAL()
[all …]
Dpngrio.c34 png_debug1(4, "reading %d bytes", (int)length); in png_read_data()
Dpngrutil.c894 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth); in png_handle_IHDR()
895 png_debug1(3, "channels = %d", png_ptr->channels); in png_handle_IHDR()
896 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes); in png_handle_IHDR()
2180 png_debug1(2, "Allocating and reading pCAL chunk data (%u bytes)", in png_handle_pCAL()
2258 png_debug1(3, "Reading pCAL parameter %d", i); in png_handle_pCAL()
2315 png_debug1(2, "Allocating and reading sCAL chunk data (%u bytes)", in png_handle_sCAL()
4498 png_debug1(3, "width = %u,", png_ptr->width); in png_read_start_row()
4499 png_debug1(3, "height = %u,", png_ptr->height); in png_read_start_row()
4500 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4501 png_debug1(3, "num_rows = %u,", png_ptr->num_rows); in png_read_start_row()
[all …]
Dpngwutil.c877 png_debug1(3, "num_palette = %d", png_ptr->num_palette); in png_write_PLTE()
1727 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams); in png_write_pCAL()
1739 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len); in png_write_pCAL()
1741 png_debug1(3, "pCAL units length = %d", (int)units_len); in png_write_pCAL()
1758 png_debug1(3, "pCAL total length = %d", (int)total_len); in png_write_pCAL()
1803 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len); in png_write_sCAL_s()
2596 png_debug1(2, "filter = %d", filtered_row[0]); in png_write_filtered_row()
Dpngwrite.c823 png_debug1(3, "row_info->color_type = %d", row_info.color_type); in png_write_row()
824 png_debug1(3, "row_info->width = %u", row_info.width); in png_write_row()
825 png_debug1(3, "row_info->channels = %d", row_info.channels); in png_write_row()
826 png_debug1(3, "row_info->bit_depth = %d", row_info.bit_depth); in png_write_row()
827 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth); in png_write_row()
828 png_debug1(3, "row_info->rowbytes = %lu", (unsigned long)row_info.rowbytes); in png_write_row()
Dlibpng-manual.txt4429 png_debug1(level, message, p1)
4437 png_debug1(2, "foo=%d", foo);
DCHANGES2140 Allow user to #define their own png_debug, png_debug1, and png_debug2.
2490 png_debug(), png_debug1(), and png_debug2() from libpng.3 to libpngpf.3.
/external/opencv3/3rdparty/libpng/
Dpngdebug.h63 # ifndef png_debug1
64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
92 # ifndef png_debug1
93 # define png_debug1(l,m,p1) \ macro
120 # ifndef png_debug1
121 # define png_debug1(l,m,p1) \ macro
151 #ifndef png_debug1
152 # define png_debug1(l, m, p1) ((void)0) macro
Dpngget.c120 png_debug1(1, "in %s retrieval function", in png_get_x_pixels_per_meter()
137 png_debug1(1, "in %s retrieval function", in png_get_y_pixels_per_meter()
154 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter"); in png_get_pixels_per_meter()
172 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio"); in png_get_pixel_aspect_ratio()
197 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio_fixed"); in png_get_pixel_aspect_ratio_fixed()
218 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns"); in png_get_x_offset_microns()
234 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns"); in png_get_y_offset_microns()
250 png_debug1(1, "in %s retrieval function", "png_get_x_offset_pixels"); in png_get_x_offset_pixels()
266 png_debug1(1, "in %s retrieval function", "png_get_y_offset_pixels"); in png_get_y_offset_pixels()
389 png_debug1(1, "in %s retrieval function", "pHYs"); in png_get_pHYs_dpi()
[all …]
Dpngset.c28 png_debug1(1, "in %s storage function", "bKGD"); in png_set_bKGD()
45 png_debug1(1, "in %s storage function", "cHRM fixed"); in png_set_cHRM_fixed()
78 png_debug1(1, "in %s storage function", "cHRM XYZ fixed"); in png_set_cHRM_XYZ_fixed()
142 png_debug1(1, "in %s storage function", "gAMA"); in png_set_gAMA_fixed()
181 png_debug1(1, "in %s storage function", "hIST"); in png_set_hIST()
224 png_debug1(1, "in %s storage function", "IHDR"); in png_set_IHDR()
272 png_debug1(1, "in %s storage function", "oFFs"); in png_set_oFFs()
293 png_debug1(1, "in %s storage function", "pCAL"); in png_set_pCAL()
299 png_debug1(3, "allocating purpose for info (%lu bytes)", in png_set_pCAL()
330 png_debug1(3, "allocating units for info (%lu bytes)", in png_set_pCAL()
[all …]
Dpngwrite.c750 png_debug1(3, "row_info->color_type = %d", row_info.color_type); in png_write_row()
751 png_debug1(3, "row_info->width = %u", row_info.width); in png_write_row()
752 png_debug1(3, "row_info->channels = %d", row_info.channels); in png_write_row()
753 png_debug1(3, "row_info->bit_depth = %d", row_info.bit_depth); in png_write_row()
754 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth); in png_write_row()
755 png_debug1(3, "row_info->rowbytes = %lu", (unsigned long)row_info.rowbytes); in png_write_row()
Dpngrio.c34 png_debug1(4, "reading %d bytes", (int)length); in png_read_data()
Dpngrutil.c587 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth); in png_handle_IHDR()
588 png_debug1(3, "channels = %d", png_ptr->channels); in png_handle_IHDR()
589 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes); in png_handle_IHDR()
1947 png_debug1(2, "Allocating and reading pCAL chunk data (%u bytes)", in png_handle_pCAL()
2035 png_debug1(3, "Reading pCAL parameter %d", i); in png_handle_pCAL()
2095 png_debug1(2, "Allocating and reading sCAL chunk data (%u bytes)", in png_handle_sCAL()
4149 png_debug1(3, "width = %u,", png_ptr->width); in png_read_start_row()
4150 png_debug1(3, "height = %u,", png_ptr->height); in png_read_start_row()
4151 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row()
4152 png_debug1(3, "num_rows = %u,", png_ptr->num_rows); in png_read_start_row()
[all …]
Dpngwutil.c932 png_debug1(3, "num_palette = %d", png_ptr->num_palette); in png_write_PLTE()
1542 png_debug1(2, "Keyword to be checked is '%s'", key); in png_check_keyword()
1599 png_debug1(2, "Checking for multiple internal spaces in '%s'", kp); in png_check_keyword()
1871 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams); in png_write_pCAL()
1877 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len); in png_write_pCAL()
1879 png_debug1(3, "pCAL units length = %d", (int)units_len); in png_write_pCAL()
1896 png_debug1(3, "pCAL total length = %d", (int)total_len); in png_write_pCAL()
1943 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len); in png_write_sCAL_s()
3100 png_debug1(2, "filter = %d", filtered_row[0]); in png_write_filtered_row()
DCHANGES2131 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.