Home
last modified time | relevance | path

Searched refs:outSubset (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/tests/
DRepeatedClippedBlurTest.cpp95 SkIRect outSubset; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
98 &outSubset, &offset); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
101 outSubset.width(), outSubset.height()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
102 dstCanvas->drawImageRect(filteredImg, SkRect::Make(outSubset), dstRect, SkSamplingOptions(), in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterTest.cpp1687 SkIRect outSubset; in test_make_with_filter() local
1692 &outSubset, &offset); in test_make_with_filter()
1700 &outSubset, nullptr); in test_make_with_filter()
1705 &outSubset, &offset); in test_make_with_filter()
1710 &outSubset, &offset); in test_make_with_filter()
1714 &outSubset, &offset); in test_make_with_filter()
1719 &outSubset, &offset); in test_make_with_filter()
1723 &outSubset, &offset); in test_make_with_filter()
1726 REPORTER_ASSERT(reporter, result->bounds().contains(outSubset)); in test_make_with_filter()
1728 outSubset.width(), outSubset.height()); in test_make_with_filter()
[all …]
/third_party/flutter/skia/tests/
DRepeatedClippedBlurTest.cpp91 SkIRect outSubset; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
94 &outSubset, &offset); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
97 outSubset.width(), outSubset.height()); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
98 dstCanvas->drawImageRect(filteredImg, outSubset, dstRect, nullptr); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
DImageFilterTest.cpp1573 SkIRect outSubset; in test_make_with_filter() local
1577 result = sourceImage->makeWithFilter(nullptr, subset, clipBounds, &outSubset, &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()
1604 REPORTER_ASSERT(reporter, result->bounds().contains(outSubset)); in test_make_with_filter()
1606 outSubset.width(), outSubset.height()); in test_make_with_filter()
[all …]
/third_party/skia/gm/
Dimagemakewithfilter.cpp41 const SkIRect* outSubset) { in show_bounds() argument
42 const SkIRect* rects[] { clip, inSubset, outSubset }; in show_bounds()
317 SkIRect outSubset; in onDraw() local
326 subset, &outSubset); in onDraw()
332 outSubsetBounds = &outSubset; in onDraw()
379 SkIRect outSubset; in drawImageWithFilter() local
384 &outSubset, &offset); in drawImageWithFilter()
390 outSubset.width(), outSubset.height()); in drawImageWithFilter()
391 canvas->drawImageRect(result, SkRect::Make(outSubset), SkRect::Make(*dstRect), in drawImageWithFilter()
/third_party/flutter/skia/gm/
Dimagemakewithfilter.cpp41 const SkIRect* outSubset) { in show_bounds() argument
42 const SkIRect* rects[] { clip, inSubset, outSubset }; in show_bounds()
304 SkIRect outSubset; in onDraw() local
313 subset, &outSubset); in onDraw()
319 outSubsetBounds = &outSubset; in onDraw()
363 SkIRect outSubset; in drawImageWithFilter() local
366 result = mainImage->makeWithFilter(filter.get(), subset, clip, &outSubset, &offset); in drawImageWithFilter()
372 outSubset.width(), outSubset.height()); in drawImageWithFilter()
373 canvas->drawImageRect(result, outSubset, SkRect::Make(*dstRect), nullptr); in drawImageWithFilter()
/third_party/skia/docs/examples/
DImage_makeWithFilter.cpp13 SkIRect outSubset; in draw() local
16 subset, clipBounds, &outSubset, &offset)); in draw()
23 canvas->drawRect(SkRect::Make(outSubset), paint); in draw()
/third_party/flutter/skia/docs/examples/
DImage_makeWithFilter.cpp13 SkIRect outSubset; in draw() local
16 &outSubset, &offset)); in draw()
23 canvas->drawRect(SkRect::Make(outSubset), paint); in draw()
/third_party/flutter/skia/src/image/
DSkImage.cpp260 const SkIRect& clipBounds, SkIRect* outSubset, in makeWithFilter() argument
264 return this->makeWithFilter(context, filter, subset, clipBounds, outSubset, offset); in makeWithFilter()
269 const SkIRect& clipBounds, SkIRect* outSubset, in makeWithFilter() argument
271 if (!filter || !outSubset || !offset || !this->bounds().contains(subset)) { in makeWithFilter()
320 *outSubset = clippedDstRect; in makeWithFilter()
/third_party/flutter/skia/include/core/
DSkImage.h1030 const SkIRect& clipBounds, SkIRect* outSubset,
1036 const SkIRect& clipBounds, SkIRect* outSubset,
/third_party/skia/src/image/
DSkImage.cpp512 SkIRect* outSubset, SkIPoint* offset) const { in makeWithFilter() argument
514 if (!filter || !outSubset || !offset || !this->bounds().contains(subset)) { in makeWithFilter()
570 *outSubset = clippedDstRect; in makeWithFilter()
/third_party/skia/include/core/
DSkImage.h1151 const SkIRect& clipBounds, SkIRect* outSubset,
/third_party/flutter/skia/site/user/api/
DSkImage_Reference.md159 …rence#SkIRect'>SkIRect</a>& clipBounds, <a href='SkIRect_Reference#SkIRect'>SkIRect</a>* outSubset,
2447 …IRect</a>& clipBounds, <a href='SkIRect_Reference#SkIRect'>SkIRect</a>* outSubset, <a href='SkIPoi…
2452 …='SkImage_Reference#SkImage'>SkImage</a>. <a href='#SkImage_makeWithFilter_outSubset'>outSubset</a>
2456 …d not be created. If nullptr is returned, <a href='#SkImage_makeWithFilter_outSubset'>outSubset</a>
2461 can be reused with different sized effects. <a href='#SkImage_makeWithFilter_outSubset'>outSubset</…
2476 …<tr> <td><a name='SkImage_makeWithFilter_outSubset'><code><strong>outSubset</strong></code></a>…
/third_party/flutter/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1342 …ter* filter, const SkIRect& subset, const SkIRect& clipBounds, SkIRect* outSubset, SkIPoint* offse…
/third_party/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1334 …ter* filter, const SkIRect& subset, const SkIRect& clipBounds, SkIRect* outSubset, SkIPoint* offse…