Searched refs:bgRect (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | ImageFilterTest.cpp | 1886 SkIRect bgRect = SkIRect::MakeXYWH(0, 0, 100, 100); in test_arithmetic_combinations() local 1888 sk_sp<SkImageFilter> background(new FixedBoundsImageFilter(bgRect)); in test_arithmetic_combinations() 1891 SkIRect unionRect = bgRect; in test_arithmetic_combinations() 1893 SkIRect intersection = bgRect; in test_arithmetic_combinations() 1899 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, nullptr, bgRect); in test_arithmetic_combinations() 1907 test_arithmetic_bounds(reporter, v, 0, v, 0, background, foreground, nullptr, bgRect); in test_arithmetic_combinations() 1920 test_arithmetic_bounds(reporter, 0, 0, v, 0, background, foreground, &cropRect, bgRect); in test_arithmetic_combinations() 1928 test_arithmetic_bounds(reporter, v, 0, v, 0, background, foreground, &cropRect, bgRect); in test_arithmetic_combinations()
|
Completed in 4 milliseconds