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

/external/libpng/
H A Dpngdebug.h63 # ifndef png_debug1
64 # define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
89 # ifndef png_debug1
90 # define png_debug1(l,m,p1) \ macro
117 # ifndef png_debug1
118 # define png_debug1(l,m,p1) \ macro
148 #ifndef png_debug1
149 # define png_debug1(l, m, p1) ((void)0) macro
H A Dpngget.c121 png_debug1(1, "in %s retrieval function",
139 png_debug1(1, "in %s retrieval function",
156 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter");
175 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio");
203 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio_fixed");
227 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
243 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns");
259 png_debug1(1, "in %s retrieval function", "png_get_x_offset_pixels");
275 png_debug1(1, "in %s retrieval function", "png_get_y_offset_pixels");
398 png_debug1(
[all...]
H A Dpngset.c28 png_debug1(1, "in %s storage function", "bKGD");
47 png_debug1(1, "in %s storage function", "cHRM fixed");
78 png_debug1(1, "in %s storage function", "cHRM XYZ fixed");
141 png_debug1(1, "in %s storage function", "gAMA");
167 png_debug1(1, "in %s storage function", "hIST");
210 png_debug1(1, "in %s storage function", "IHDR");
249 png_debug1(1, "in %s storage function", "oFFs");
270 png_debug1(1, "in %s storage function", "pCAL");
277 png_debug1(3, "allocating purpose for info (%lu bytes)",
313 png_debug1(
[all...]
H A Dpngrio.c34 png_debug1(4, "reading %d bytes", (int)length);
H A Dpngwrite.c812 png_debug1(3, "row_info->color_type = %d", row_info.color_type);
813 png_debug1(3, "row_info->width = %u", row_info.width);
814 png_debug1(3, "row_info->channels = %d", row_info.channels);
815 png_debug1(3, "row_info->bit_depth = %d", row_info.bit_depth);
816 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth);
817 png_debug1(3, "row_info->rowbytes = %lu", (unsigned long)row_info.rowbytes);
H A Dpngrutil.c885 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
886 png_debug1(3, "channels = %d", png_ptr->channels);
887 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes);
2150 png_debug1(2, "Allocating and reading pCAL chunk data (%u bytes)",
2228 png_debug1(3, "Reading pCAL parameter %d", i);
2285 png_debug1(2, "Allocating and reading sCAL chunk data (%u bytes)",
4503 png_debug1(3, "width = %u,", png_ptr->width);
4504 png_debug1(3, "height = %u,", png_ptr->height);
4505 png_debug1(3, "iwidth = %u,", png_ptr->iwidth);
4506 png_debug1(
[all...]
H A Dpngwutil.c955 png_debug1(3, "num_palette = %d", png_ptr->num_palette);
1804 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams);
1816 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len);
1818 png_debug1(3, "pCAL units length = %d", (int)units_len);
1835 png_debug1(3, "pCAL total length = %d", (int)total_len);
1880 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len);
2997 png_debug1(2, "filter = %d", filtered_row[0]);
/external/chromium_org/third_party/libpng/
H A Dpngget.c124 png_debug1(1, "in %s retrieval function", "png_get_x_pixels_per_meter");
145 png_debug1(1, "in %s retrieval function", "png_get_y_pixels_per_meter");
166 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter");
190 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio");
214 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
236 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns");
258 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
280 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns");
339 png_debug1(1, "in %s retrieval function", "pHYs");
397 png_debug1(
[all...]
H A Dpngset.c28 png_debug1(1, "in %s storage function", "bKGD");
45 png_debug1(1, "in %s storage function", "cHRM");
79 png_debug1(1, "in %s storage function", "cHRM fixed");
120 png_debug1(1, "in %s storage function", "gAMA");
148 png_debug1(1, "in %s storage function", "gAMA");
186 png_debug1(1, "in %s storage function", "hIST");
232 png_debug1(1, "in %s storage function", "IHDR");
276 png_debug1(1, "in %s storage function", "oFFs");
297 png_debug1(1, "in %s storage function", "pCAL");
303 png_debug1(
[all...]
H A Dpngrio.c35 png_debug1(4, "reading %d bytes", (int)length);
H A Dpngrutil.c506 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
507 png_debug1(3, "channels = %d", png_ptr->channels);
508 png_debug1(3, "rowbytes = %lu", png_ptr->rowbytes);
1684 png_debug1(2, "Allocating and reading pCAL chunk data (%lu bytes)",
1765 png_debug1(3, "Reading pCAL parameter %d", i);
1830 png_debug1(2, "Allocating and reading sCAL chunk data (%lu bytes)",
3387 png_debug1(3, "width = %lu,", png_ptr->width);
3388 png_debug1(3, "height = %lu,", png_ptr->height);
3389 png_debug1(3, "iwidth = %lu,", png_ptr->iwidth);
3390 png_debug1(
[all...]
H A Dpngwrite.c914 png_debug1(3, "row_info->color_type = %d", png_ptr->row_info.color_type);
915 png_debug1(3, "row_info->width = %lu", png_ptr->row_info.width);
916 png_debug1(3, "row_info->channels = %d", png_ptr->row_info.channels);
917 png_debug1(3, "row_info->bit_depth = %d", png_ptr->row_info.bit_depth);
918 png_debug1(3, "row_info->pixel_depth = %d", png_ptr->row_info.pixel_depth);
919 png_debug1(3, "row_info->rowbytes = %lu", png_ptr->row_info.rowbytes);
H A Dpngwutil.c609 png_debug1(3, "num_palette = %d", png_ptr->num_palette);
1246 png_debug1(2, "Keyword to be checked is '%s'", key);
1305 png_debug1(2, "Checking for multiple internal spaces in '%s'", kp);
1576 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams);
1582 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len);
1584 png_debug1(3, "pCAL units length = %d", (int)units_len);
1600 png_debug1(3, "pCAL total length = %d", (int)total_len);
1662 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len);
1692 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len);
2777 png_debug1(
[all...]
H A Dpng.h2621 #ifndef png_debug1
2622 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
2646 # ifndef png_debug1
2647 # define png_debug1(l,m,p1) \ macro
2674 # ifndef png_debug1
2675 # define png_debug1(l,m,p1) \ macro
2705 #ifndef png_debug1
2706 #define png_debug1(l, m, p1) macro
/external/qemu/distrib/libpng-1.2.46/
H A Dpngget.c124 png_debug1(1, "in %s retrieval function", "png_get_x_pixels_per_meter");
145 png_debug1(1, "in %s retrieval function", "png_get_y_pixels_per_meter");
166 png_debug1(1, "in %s retrieval function", "png_get_pixels_per_meter");
190 png_debug1(1, "in %s retrieval function", "png_get_aspect_ratio");
214 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
236 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns");
258 png_debug1(1, "in %s retrieval function", "png_get_x_offset_microns");
280 png_debug1(1, "in %s retrieval function", "png_get_y_offset_microns");
339 png_debug1(1, "in %s retrieval function", "pHYs");
397 png_debug1(
[all...]
H A Dpngset.c28 png_debug1(1, "in %s storage function", "bKGD");
45 png_debug1(1, "in %s storage function", "cHRM");
79 png_debug1(1, "in %s storage function", "cHRM fixed");
120 png_debug1(1, "in %s storage function", "gAMA");
148 png_debug1(1, "in %s storage function", "gAMA");
186 png_debug1(1, "in %s storage function", "hIST");
232 png_debug1(1, "in %s storage function", "IHDR");
276 png_debug1(1, "in %s storage function", "oFFs");
297 png_debug1(1, "in %s storage function", "pCAL");
303 png_debug1(
[all...]
H A Dpngrio.c35 png_debug1(4, "reading %d bytes", (int)length);
H A Dpngrutil.c522 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth);
523 png_debug1(3, "channels = %d", png_ptr->channels);
524 png_debug1(3, "rowbytes = %lu", png_ptr->rowbytes);
1700 png_debug1(2, "Allocating and reading pCAL chunk data (%lu bytes)",
1781 png_debug1(3, "Reading pCAL parameter %d", i);
1846 png_debug1(2, "Allocating and reading sCAL chunk data (%lu bytes)",
3429 png_debug1(3, "width = %lu,", png_ptr->width);
3430 png_debug1(3, "height = %lu,", png_ptr->height);
3431 png_debug1(3, "iwidth = %lu,", png_ptr->iwidth);
3432 png_debug1(
[all...]
H A Dpngwrite.c914 png_debug1(3, "row_info->color_type = %d", png_ptr->row_info.color_type);
915 png_debug1(3, "row_info->width = %lu", png_ptr->row_info.width);
916 png_debug1(3, "row_info->channels = %d", png_ptr->row_info.channels);
917 png_debug1(3, "row_info->bit_depth = %d", png_ptr->row_info.bit_depth);
918 png_debug1(3, "row_info->pixel_depth = %d", png_ptr->row_info.pixel_depth);
919 png_debug1(3, "row_info->rowbytes = %lu", png_ptr->row_info.rowbytes);
H A Dpngwutil.c609 png_debug1(3, "num_palette = %d", png_ptr->num_palette);
1246 png_debug1(2, "Keyword to be checked is '%s'", key);
1305 png_debug1(2, "Checking for multiple internal spaces in '%s'", kp);
1576 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams);
1582 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len);
1584 png_debug1(3, "pCAL units length = %d", (int)units_len);
1600 png_debug1(3, "pCAL total length = %d", (int)total_len);
1662 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len);
1692 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len);
2777 png_debug1(
[all...]
H A Dpng.h2693 #ifndef png_debug1
2694 #define png_debug1(l,m,p1) _RPT1(_CRT_WARN,m PNG_STRING_NEWLINE,p1) macro
2718 # ifndef png_debug1
2719 # define png_debug1(l,m,p1) \ macro
2746 # ifndef png_debug1
2747 # define png_debug1(l,m,p1) \ macro
2777 #ifndef png_debug1
2778 #define png_debug1(l, m, p1) macro

Completed in 991 milliseconds