Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A 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
A 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()
646 png_debug1(1, "in %s retrieval function", "cHRM"); in png_get_cHRM_fixed()
681 png_debug1(1, "in %s retrieval function", "gAMA"); in png_get_gAMA_fixed()
721 png_debug1(1, "in %s retrieval function", "sRGB"); in png_get_sRGB()
740 png_debug1(1, "in %s retrieval function", "iCCP"); in png_get_iCCP()
792 png_debug1(1, "in %s retrieval function", "eXIf"); in png_get_eXIf_1()
811 png_debug1(1, "in %s retrieval function", "hIST"); in png_get_hIST()
830 png_debug1(1, "in %s retrieval function", "IHDR"); in png_get_IHDR()
873 png_debug1(1, "in %s retrieval function", "oFFs"); in png_get_oFFs()
[all …]
A Dpngset.c28 png_debug1(1, "in %s storage function", "bKGD"); in png_set_bKGD()
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()
435 png_debug1(1, "in %s storage function", "sCAL"); in png_set_sCAL_s()
500 png_debug1(1, "in %s storage function", "sCAL"); in png_set_sCAL()
530 png_debug1(1, "in %s storage function", "sCAL"); in png_set_sCAL_fixed()
[all …]
A Dpngrio.c34 png_debug1(4, "reading %d bytes", (int)length); in png_read_data()
A Dpngrutil.c904 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 …]
A Dpngwrite.c834 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()
A Dpngwutil.c881 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()
A Dlibpng-manual.txt4499 png_debug1(level, message, p1)
4507 png_debug1(2, "foo=%d", foo);
A DCHANGES2139 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.

Completed in 35 milliseconds