Home
last modified time | relevance | path

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

/external/skia/tools/skdiff/
Dskdiff_main.cpp372 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_R… macro
438 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, baseFiles[i]); in create_diff_images()
456 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, comparisonFiles[j]); in create_diff_images()
485 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()
489 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]); in create_diff_images()
495 VERBOSE_STATUS("MATCH", ANSI_COLOR_GREEN, baseFiles[i]); in create_diff_images()
500 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()