Lines Matching refs:differences
379 RecordArray* differences, in create_diff_images() argument
516 differences->push(drp); in create_diff_images()
537 differences->push(drp); in create_diff_images()
558 differences->push(drp); in create_diff_images()
633 RecordArray differences; in tool_main() local
807 create_diff_images(diffProc, colorThreshold, &differences, in tool_main()
817 if (differences.count()) { in tool_main()
818 qsort(differences.begin(), differences.count(), in tool_main()
823 print_diff_page(summary.fNumMatches, colorThreshold, differences, in tool_main()
827 for (i = 0; i < differences.count(); i++) { in tool_main()
828 delete differences[i]; in tool_main()