Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
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

◆ kMaxDiffPixelsPercent

const double kMaxDiffPixelsPercent = 0.01
static