Searched refs:PNG_DEBUG_FILE (Results 1 – 5 of 5) sorted by relevance
/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 | 4493 name is specified in the PNG_DEBUG_FILE macro definition. 4511 fprintf(PNG_DEBUG_FILE, "foo=%d\n", foo);
|
/external/pdfium/third_party/libpng16/ |
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); \
|
/external/syslinux/com32/include/ |
D | png.h | 2607 #if !defined(PNG_DEBUG_FILE) && defined(_MSC_VER) 2624 #ifndef PNG_DEBUG_FILE 2625 #define PNG_DEBUG_FILE stderr macro 2637 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2645 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2653 fprintf(PNG_DEBUG_FILE,"%s"m PNG_STRING_NEWLINE,(num_tabs==1 ? "\t" : \ 2666 fprintf(PNG_DEBUG_FILE,format); \ 2677 fprintf(PNG_DEBUG_FILE,format,p1); \ 2688 fprintf(PNG_DEBUG_FILE,format,p1,p2); \
|
/external/syslinux/com32/lib/libpng/ |
D | libpng.txt | 2681 name is specified in the PNG_DEBUG_FILE macro definition. 2699 fprintf(PNG_DEBUG_FILE, "foo=%d\n", foo);
|