Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Variables
golden_digest.cc File Reference
#include "impeller/golden_tests/golden_digest.h"
#include <fstream>
#include <sstream>

Go to the source code of this file.

Namespaces

namespace  impeller
 
namespace  impeller::testing
 

Variables

static const double kMaxDiffPixelsPercent = 0.01
 
static const int32_t kMaxColorDelta = 8
 

Variable Documentation

◆ kMaxColorDelta

const int32_t kMaxColorDelta = 8
static

Definition at line 11 of file golden_digest.cc.

◆ kMaxDiffPixelsPercent

const double kMaxDiffPixelsPercent = 0.01
static

Definition at line 10 of file golden_digest.cc.