Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dsimple_magnification.cpp98 sk_sp<SkImageFilter> imgSrc(SkImageFilters::Image(std::move(image))); in draw() local
101 sk_sp<SkImageFilter> magFilter(SkImageFilters::Magnifier(srcRect, inset, imgSrc)); in draw()
/third_party/flutter/skia/gm/
Dsimple_magnification.cpp100 sk_sp<SkImageFilter> imgSrc(SkImageFilters::Image(std::move(image))); in draw() local
103 sk_sp<SkImageFilter> magFilter(SkImageFilters::Magnifier(srcRect, inset, imgSrc)); in draw()
/third_party/skia/tests/
DImageFilterTest.cpp523 sk_sp<SkSpecialImage> imgSrc( in test_negative_blur_sigma() local
529 kN32_SkColorType, nullptr, imgSrc.get()); in test_negative_blur_sigma()
542 kN32_SkColorType, nullptr, imgSrc.get()); in test_negative_blur_sigma()
616 sk_sp<SkSpecialImage> imgSrc( in test_morphology_radius_with_mirror_ctm() local
622 kN32_SkColorType, nullptr, imgSrc.get()); in test_morphology_radius_with_mirror_ctm()
632 kN32_SkColorType, nullptr, imgSrc.get()); in test_morphology_radius_with_mirror_ctm()
642 kN32_SkColorType, nullptr, imgSrc.get()); in test_morphology_radius_with_mirror_ctm()
/third_party/flutter/skia/tests/
DImageFilterTest.cpp504 sk_sp<SkSpecialImage> imgSrc(SkSpecialImage::MakeFromRaster(SkIRect::MakeWH(kWidth, kHeight), in test_negative_blur_sigma() local
509 kN32_SkColorType, nullptr, imgSrc.get()); in test_negative_blur_sigma()
522 kN32_SkColorType, nullptr, imgSrc.get()); in test_negative_blur_sigma()