Home
last modified time | relevance | path

Searched refs:DiffMetricProc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/tools/skdiff/
H A Dskdiff.h255 typedef SkPMColor (*DiffMetricProc)(SkPMColor, SkPMColor); typedef
270 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold);
H A Dskdiff_utils.h48 DiffMetricProc dmp,
H A Dskdiff_main.cpp362 static void create_diff_images (DiffMetricProc dmp, in create_diff_images()
599 DiffMetricProc diffProc = compute_diff_pmcolor; in main()
H A Dskdiff_utils.cpp158 DiffMetricProc dmp, in create_and_write_diff_image()
H A Dskdiff.cpp158 void compute_diff(DiffRecord* dr, DiffMetricProc diffFunction, const int colorThreshold) { in compute_diff()