Searched refs:unionRect (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 1891 SkIRect unionRect = bgRect; in test_arithmetic_combinations() local 1892 unionRect.join(fgRect); in test_arithmetic_combinations() 1898 test_arithmetic_bounds(reporter, 0, 0, 0, v, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() 1900 test_arithmetic_bounds(reporter, 0, 0, v, v, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() 1902 test_arithmetic_bounds(reporter, 0, v, 0, v, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() 1903 test_arithmetic_bounds(reporter, 0, v, v, 0, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() 1904 test_arithmetic_bounds(reporter, 0, v, v, v, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() 1906 test_arithmetic_bounds(reporter, v, 0, 0, v, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() 1908 test_arithmetic_bounds(reporter, v, 0, v, v, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() 1910 test_arithmetic_bounds(reporter, v, v, 0, v, background, foreground, nullptr, unionRect); in test_arithmetic_combinations() [all...] |
Completed in 4 milliseconds