Searched refs:VERBOSE_STATUS (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tools/skdiff/ |
H A D | skdiff_main.cpp | 357 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_RESET " ] %s\n", status, filename.c_str()) macro 424 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, baseFiles[i]); in create_diff_images() 442 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, comparisonFiles[j]); in create_diff_images() 471 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images() 475 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]); in create_diff_images() 481 VERBOSE_STATUS("MATCH", ANSI_COLOR_GREEN, baseFiles[i]); in create_diff_images() 486 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()
|
Completed in 2 milliseconds