Home
last modified time | relevance | path

Searched refs:makeWithFilter (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/docs/examples/
DImage_makeWithFilter.cpp15 sk_sp<SkImage> filtered(image->makeWithFilter(canvas->recordingContext(), offsetFilter.get(), in draw()
/third_party/flutter/skia/docs/examples/
DImage_makeWithFilter.cpp15 sk_sp<SkImage> filtered(image->makeWithFilter(offsetFilter.get(), subset, clipBounds, in draw()
/third_party/flutter/skia/src/image/
DSkImage.cpp259 sk_sp<SkImage> SkImage::makeWithFilter(const SkImageFilter* filter, const SkIRect& subset, in makeWithFilter() function in SkImage
264 return this->makeWithFilter(context, filter, subset, clipBounds, outSubset, offset); in makeWithFilter()
267 sk_sp<SkImage> SkImage::makeWithFilter(GrContext* grContext, in makeWithFilter() function in SkImage
/third_party/skia/tests/
DRepeatedClippedBlurTest.cpp97 sk_sp<SkImage> filteredImg = smImg->makeWithFilter(dContext, blur.get(), subset, clip, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterTest.cpp1691 result = sourceImage->makeWithFilter(rContext, nullptr, subset, clipBounds, in test_make_with_filter()
1695 result = sourceImage->makeWithFilter(rContext, filter.get(), subset, clipBounds, in test_make_with_filter()
1699 result = sourceImage->makeWithFilter(rContext, filter.get(), subset, clipBounds, in test_make_with_filter()
1704 result = sourceImage->makeWithFilter(rContext, filter.get(), bigSubset, clipBounds, in test_make_with_filter()
1709 result = sourceImage->makeWithFilter(rContext, filter.get(), empty, clipBounds, in test_make_with_filter()
1713 result = sourceImage->makeWithFilter(rContext, filter.get(), subset, empty, in test_make_with_filter()
1718 result = sourceImage->makeWithFilter(rContext, filter.get(), subset, leftField, in test_make_with_filter()
1722 result = sourceImage->makeWithFilter(rContext, filter.get(), subset, clipBounds, in test_make_with_filter()
1738 result = sourceImage->makeWithFilter(rContext, filter.get(), subset, clipBounds, in test_make_with_filter()
/third_party/flutter/skia/tests/
DRepeatedClippedBlurTest.cpp93 sk_sp<SkImage> filteredImg = smImg->makeWithFilter(context, blur.get(), subset, clip, in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterTest.cpp1577 result = sourceImage->makeWithFilter(nullptr, subset, clipBounds, &outSubset, &offset); in test_make_with_filter()
1580 result = sourceImage->makeWithFilter(filter.get(), subset, clipBounds, nullptr, &offset); in test_make_with_filter()
1583 result = sourceImage->makeWithFilter(filter.get(), subset, clipBounds, &outSubset, nullptr); in test_make_with_filter()
1587 result = sourceImage->makeWithFilter(filter.get(), bigSubset, clipBounds, &outSubset, &offset); in test_make_with_filter()
1591 result = sourceImage->makeWithFilter(filter.get(), empty, clipBounds, &outSubset, &offset); in test_make_with_filter()
1594 result = sourceImage->makeWithFilter(filter.get(), subset, empty, &outSubset, &offset); in test_make_with_filter()
1598 result = sourceImage->makeWithFilter(filter.get(), subset, leftField, &outSubset, &offset); in test_make_with_filter()
1601 result = sourceImage->makeWithFilter(filter.get(), subset, clipBounds, &outSubset, &offset); in test_make_with_filter()
1616 result = sourceImage->makeWithFilter(filter.get(), subset, clipBounds, &outSubset, &offset); in test_make_with_filter()
/third_party/flutter/skia/include/core/
DSkImage.h1028 sk_sp<SkImage> makeWithFilter(GrContext* context,
1035 sk_sp<SkImage> makeWithFilter(const SkImageFilter* filter, const SkIRect& subset,
/third_party/skia/bench/
DImageFilterDAGBench.cpp93 image = image->makeWithFilter(dContext, mergeFilter.get(), subset, subset, in onDraw()
/third_party/flutter/skia/bench/
DImageFilterDAGBench.cpp89 image = image->makeWithFilter(mergeFilter.get(), subset, subset, &discardSubset, in onDraw()
/third_party/skia/gm/
Dimagemakewithfilter.cpp383 result = mainImage->makeWithFilter(rContext, filter.get(), subset, clip, in drawImageWithFilter()
/third_party/flutter/skia/gm/
Dimagemakewithfilter.cpp366 result = mainImage->makeWithFilter(filter.get(), subset, clip, &outSubset, &offset); in drawImageWithFilter()
/third_party/skia/include/core/
DSkImage.h1149 sk_sp<SkImage> makeWithFilter(GrRecordingContext* context,
/third_party/skia/src/image/
DSkImage.cpp510 sk_sp<SkImage> SkImage::makeWithFilter(GrRecordingContext* rContext, const SkImageFilter* filter, in makeWithFilter() function in SkImage
/third_party/flutter/skia/site/user/api/
DSkImage_Reference.md158 …ge_Reference#SkImage'>SkImage</a>> <a href='#SkImage_makeWithFilter'>makeWithFilter</a>(const <a h…
2446 …Reference#SkImage'>SkImage</a>&gt; <a href='#SkImage_makeWithFilter'>makeWithFilter</a>(const <a h…
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1342 sk_sp<SkImage> makeWithFilter(const SkImageFilter* filter, const SkIRect& subset, const SkIRect& cl…
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1334 sk_sp<SkImage> makeWithFilter(const SkImageFilter* filter, const SkIRect& subset, const SkIRect& cl…