Home
last modified time | relevance | path

Searched refs:fgRect (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/tests/
H A DImageFilterTest.cpp1887 SkIRect fgRect = SkIRect::MakeXYWH(50, 50, 100, 100); in test_arithmetic_combinations() local
1889 sk_sp<SkImageFilter> foreground(new FixedBoundsImageFilter(fgRect)); in test_arithmetic_combinations()
1892 unionRect.join(fgRect); in test_arithmetic_combinations()
1894 intersection.intersect(fgRect); in test_arithmetic_combinations()
1901 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, nullptr, fgRect); in test_arithmetic_combinations()
1909 test_arithmetic_bounds(reporter, v, v, 0, 0, background, foreground, nullptr, fgRect); in test_arithmetic_combinations()
1922 test_arithmetic_bounds(reporter, 0, v, 0, 0, background, foreground, &cropRect, fgRect); in test_arithmetic_combinations()
1930 test_arithmetic_bounds(reporter, v, v, 0, 0, background, foreground, &cropRect, fgRect); in test_arithmetic_combinations()

Completed in 4 milliseconds