/third_party/skia/third_party/externals/libpng/ |
D | pngdebug.h | 62 # 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
|
D | pngget.c | 122 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 …]
|
D | pngset.c | 28 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() 153 png_debug1(1, "in %s storage function", "eXIf"); in png_set_eXIf_1() 189 png_debug1(1, "in %s storage function", "gAMA"); in png_set_gAMA_fixed() 215 png_debug1(1, "in %s storage function", "hIST"); in png_set_hIST() 259 png_debug1(1, "in %s storage function", "IHDR"); in png_set_IHDR() 298 png_debug1(1, "in %s storage function", "oFFs"); in png_set_oFFs() 319 png_debug1(1, "in %s storage function", "pCAL"); in png_set_pCAL() 326 png_debug1(3, "allocating purpose for info (%lu bytes)", in png_set_pCAL() [all …]
|
D | pngrio.c | 34 png_debug1(4, "reading %d bytes", (int)length); in png_read_data()
|
D | pngrutil.c | 904 png_debug1(3, "bit_depth = %d", png_ptr->bit_depth); in png_handle_IHDR() 905 png_debug1(3, "channels = %d", png_ptr->channels); in png_handle_IHDR() 906 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes); in png_handle_IHDR() 2274 png_debug1(2, "Allocating and reading pCAL chunk data (%u bytes)", in png_handle_pCAL() 2352 png_debug1(3, "Reading pCAL parameter %d", i); in png_handle_pCAL() 2409 png_debug1(2, "Allocating and reading sCAL chunk data (%u bytes)", in png_handle_sCAL() 4650 png_debug1(3, "width = %u,", png_ptr->width); in png_read_start_row() 4651 png_debug1(3, "height = %u,", png_ptr->height); in png_read_start_row() 4652 png_debug1(3, "iwidth = %u,", png_ptr->iwidth); in png_read_start_row() 4653 png_debug1(3, "num_rows = %u,", png_ptr->num_rows); in png_read_start_row() [all …]
|
D | pngwrite.c | 834 png_debug1(3, "row_info->color_type = %d", row_info.color_type); in png_write_row() 835 png_debug1(3, "row_info->width = %u", row_info.width); in png_write_row() 836 png_debug1(3, "row_info->channels = %d", row_info.channels); in png_write_row() 837 png_debug1(3, "row_info->bit_depth = %d", row_info.bit_depth); in png_write_row() 838 png_debug1(3, "row_info->pixel_depth = %d", row_info.pixel_depth); in png_write_row() 839 png_debug1(3, "row_info->rowbytes = %lu", (unsigned long)row_info.rowbytes); in png_write_row()
|
D | pngwutil.c | 881 png_debug1(3, "num_palette = %d", png_ptr->num_palette); in png_write_PLTE() 1755 png_debug1(1, "in png_write_pCAL (%d parameters)", nparams); in png_write_pCAL() 1767 png_debug1(3, "pCAL purpose length = %d", (int)purpose_len); in png_write_pCAL() 1769 png_debug1(3, "pCAL units length = %d", (int)units_len); in png_write_pCAL() 1786 png_debug1(3, "pCAL total length = %d", (int)total_len); in png_write_pCAL() 1831 png_debug1(3, "sCAL total length = %u", (unsigned int)total_len); in png_write_sCAL_s() 2752 png_debug1(2, "filter = %d", filtered_row[0]); in png_write_filtered_row()
|
D | libpng-manual.txt | 4499 png_debug1(level, message, p1) 4507 png_debug1(2, "foo=%d", foo);
|
D | CHANGES | 2139 Allow user to #define their own png_debug, png_debug1, and png_debug2. 2489 png_debug(), png_debug1(), and png_debug2() from libpng.3 to libpngpf.3.
|