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