Home
last modified time | relevance | path

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

/external/skia/tests/
DImageFilterTest.cpp2103 static void test_arithmetic_bounds(skiatest::Reporter* reporter, float k1, float k2, float k3, in test_arithmetic_bounds() function
2132 test_arithmetic_bounds(reporter, 0, 0, 0, 0, background, foreground, nullptr, in test_arithmetic_combinations()
2134 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, kInf); in test_arithmetic_combinations()
2135 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, bgRect); in test_arithmetic_combinations()
2136 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, kInf); in test_arithmetic_combinations()
2137 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, fgRect); in test_arithmetic_combinations()
2138 test_arithmetic_bounds(reporter, 0, v, 0, v, background, foreground, nullptr, kInf); in test_arithmetic_combinations()
2139 test_arithmetic_bounds(reporter, 0, v, v, 0, background, foreground, nullptr, unionRect); in test_arithmetic_combinations()
2140 test_arithmetic_bounds(reporter, 0, v, v, v, background, foreground, nullptr, kInf); in test_arithmetic_combinations()
2141 test_arithmetic_bounds(reporter, v, 0, 0, 0, background, foreground, nullptr, intersection); in test_arithmetic_combinations()
[all …]