Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
golden_digest_manager.cc File Reference
#include "flutter/impeller/testing/golden_digest_manager.h"
#include <fstream>
#include <sstream>
#include "flutter/fml/logging.h"
#include "flutter/fml/paths.h"

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 14 of file golden_digest_manager.cc.

◆ kMaxDiffPixelsPercent

const double kMaxDiffPixelsPercent = 0.01
static

Definition at line 13 of file golden_digest_manager.cc.