Searched refs:diffFunction (Results 1 - 4 of 4) sorted by relevance

/external/skia/tools/skdiff/
H A Dskdiff.cpp158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { argument
179 SkPMColor outputDifference = diffFunction(c0, c1);
H A Dskdiff.h270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
/external/skqp/tools/skdiff/
H A Dskdiff.cpp158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { argument
179 SkPMColor outputDifference = diffFunction(c0, c1);
H A Dskdiff.h270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);

Completed in 989 milliseconds