Searched refs:PNG_DEBUG_FILE (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/3rdparty/libpng/ |
D | pngdebug.h | 54 # if !defined(PNG_DEBUG_FILE) && defined(_MSC_VER) 75 # ifndef PNG_DEBUG_FILE 76 # define PNG_DEBUG_FILE stderr macro 88 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 96 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 104 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 117 fprintf(PNG_DEBUG_FILE,format); \ 128 fprintf(PNG_DEBUG_FILE,format,p1); \ 139 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
|
/external/pdfium/third_party/lpng_v163/ |
D | pngdebug.h | 54 # if !defined(PNG_DEBUG_FILE) && defined(_MSC_VER) 75 # ifndef PNG_DEBUG_FILE 76 # define PNG_DEBUG_FILE stderr macro 88 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 96 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 104 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 117 fprintf(PNG_DEBUG_FILE,format); \ 128 fprintf(PNG_DEBUG_FILE,format,p1); \ 139 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
|
/external/libpng/ |
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); \
|
D | libpng-manual.txt | 4424 name is specified in the PNG_DEBUG_FILE macro definition. 4442 fprintf(PNG_DEBUG_FILE, "foo=%d\n", foo);
|