Home
last modified time | relevance | path

Searched defs:small_error_threshold (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dlayer_tree_host_pixeltest_mirror.cc58 const int small_error_threshold = 0; in TEST_P() local
H A Dlayer_tree_host_pixeltest_filters.cc221 int small_error_threshold = 64; // 25% of 255. in TEST_P() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dlayer_tree_host_pixeltest_mirror.cc68 const int small_error_threshold = 0; in TEST_P() local
H A Dlayer_tree_host_pixeltest_filters.cc237 int small_error_threshold = 64; // 25% of 255. in TEST_P() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/test/
H A Dpixel_comparator.cc101 int small_error_threshold, in FuzzyPixelComparator()