Home
last modified time | relevance | path

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

/third_party/skia/tools/skdiff/
Dskdiff_main.cpp357 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_R… 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()
/third_party/flutter/skia/tools/skdiff/
Dskdiff_main.cpp372 #define VERBOSE_STATUS(status,color,filename) if (verbose) printf( "[ " color " %10s " ANSI_COLOR_R… macro
439 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, baseFiles[i]); in create_diff_images()
457 VERBOSE_STATUS("MISSING", ANSI_COLOR_YELLOW, comparisonFiles[j]); in create_diff_images()
486 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()
490 VERBOSE_STATUS("READ FAIL", ANSI_COLOR_RED, comparisonFiles[j]); in create_diff_images()
496 VERBOSE_STATUS("MATCH", ANSI_COLOR_GREEN, baseFiles[i]); in create_diff_images()
501 VERBOSE_STATUS("DIFFERENT", ANSI_COLOR_RED, baseFiles[i]); in create_diff_images()