Home | History | Annotate | Download | only in tools

Lines Matching defs:DiffRecord

87 struct DiffRecord {
101 static char const * const ResultNames[DiffRecord::kResultCount];
111 DiffRecord()
157 typedef SkTDArray<DiffRecord*> RecordArray;
162 const DiffRecord* lhs = *reinterpret_cast<DiffRecord* const *>(untyped_lhs);
163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs);
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
214 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
235 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);