Home | History | Annotate | Download | only in tests

Lines Matching refs:filterBounds

857     bounds = filter2->filterBounds(bounds, SkMatrix::I());
868 bounds = filter2->filterBounds(bounds, SkMatrix::I());
879 bounds = filter2->filterBounds(bounds, SkMatrix::I());
897 SkIRect blurBounds = blur->filterBounds(
900 SkIRect reverseBlurBounds = blur->filterBounds(
905 SkIRect shadowBounds = dropShadow->filterBounds(
910 SkIRect reverseShadowBounds = dropShadow->filterBounds(
922 SkIRect blurBounds = blur->filterBounds(
925 SkIRect reverseBlurBounds = blur->filterBounds(
930 SkIRect shadowBounds = dropShadow->filterBounds(
935 SkIRect reverseShadowBounds = dropShadow->filterBounds(
1897 // Test SkXfermodeImageFilter::filterBounds with different blending modes.
1928 xfermode->filterBounds(src, SkMatrix::I(), SkImageFilter::kForward_MapDirection);
1937 auto bounds = xfermode->filterBounds(src, SkMatrix::I(), SkImageFilter::kForward_MapDirection);
1946 SkIRect boundsForward = offset->filterBounds(src, SkMatrix::I(),
1951 SkIRect boundsReverse = offset->filterBounds(src, SkMatrix::I(),
1963 SkIRect bounds = arithmetic->filterBounds(SkIRect::MakeXYWH(11, 22, 33, 44), SkMatrix::I(),
2020 // Test SkArithmeticImageFilter::filterBounds with different blending modes.
2026 // Test SkImageSource::filterBounds.
2034 imageBounds == source1->filterBounds(input, SkMatrix::I(),
2037 input == source1->filterBounds(input, SkMatrix::I(),
2042 scaledBounds == source1->filterBounds(input, scale,
2046 input == source1->filterBounds(input, scale, SkImageFilter::kReverse_MapDirection));
2053 dst.roundOut() == source2->filterBounds(input, SkMatrix::I(),
2056 input == source2->filterBounds(input, SkMatrix::I(),
2061 dst.roundOut() == source2->filterBounds(input, scale,
2065 input == source2->filterBounds(input, scale, SkImageFilter::kReverse_MapDirection));