Searched refs:PNG_DEBUG_FILE (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngdebug.h | 53 # if !defined(PNG_DEBUG_FILE) && defined(_MSC_VER) 74 # ifndef PNG_DEBUG_FILE 75 # define PNG_DEBUG_FILE stderr macro 84 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \ 92 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \ 100 fprintf(PNG_DEBUG_FILE,"%s" m PNG_STRING_NEWLINE,(num_tabs==1 ? " " : \ 113 fprintf(PNG_DEBUG_FILE,format); \ 124 fprintf(PNG_DEBUG_FILE,format,p1); \ 135 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
|
A D | libpng-manual.txt | 4494 name is specified in the PNG_DEBUG_FILE macro definition. 4512 fprintf(PNG_DEBUG_FILE, "foo=%d\n", foo);
|
Completed in 9 milliseconds