Home
last modified time | relevance | path

Searched refs:dstBounds (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp155 SkRect::Make(dstBounds.size()), SkRect::Make(dstBounds)); in convolve_gaussian_2d()
183 auto rtcToSrcOffset = dstBounds.topLeft(); in convolve_gaussian()
187 auto dstRect = SkIRect::MakeSize(dstBounds.size()); in convolve_gaussian()
214 top = {dstBounds.left(), dstBounds.top() , dstBounds.right(), contentRect->top()}; in convolve_gaussian()
215 bottom = {dstBounds.left(), contentRect->bottom(), dstBounds.right(), dstBounds.bottom()}; in convolve_gaussian()
226 *contentRect = {dstBounds.left(), top.bottom(), dstBounds.right(), bottom.top()}; in convolve_gaussian()
233 top = {dstBounds.left(), dstBounds.top() , contentRect->left(), dstBounds.bottom()}; in convolve_gaussian()
234 bottom = {contentRect->right(), dstBounds.top() , dstBounds.right() , dstBounds.bottom()}; in convolve_gaussian()
241 *contentRect = {top.right(), dstBounds.top(), bottom.left(), dstBounds.bottom()}; in convolve_gaussian()
428 dstBounds = SkIRect::MakeSize(dstBounds.size()); in two_pass_gaussian()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkBlurImageFilter.cpp408 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
409 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
412 dstW = dstBounds.width(), in copy_image_with_bounds()
413 dstH = dstBounds.height(); in copy_image_with_bounds()
483 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
484 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
488 dstW = dstBounds.width(), in cpu_blur()
578 SkIRect dstBounds; in onFilterImage() local
587 SkIPoint resultOffset = SkIPoint::Make(dstBounds.fLeft, dstBounds.fTop); in onFilterImage()
660 dstBounds, in gpuFilter()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkBlurImageFilter.cpp133 SkIRect dstBounds; in onFilterImage() local
156 offset->fX = dstBounds.fLeft; in onFilterImage()
157 offset->fY = dstBounds.fTop; in onFilterImage()
176 return SkSpecialImage::MakeFromGpu(SkIRect::MakeWH(dstBounds.width(), dstBounds.height()), in onFilterImage()
209 SkImageInfo info = SkImageInfo::Make(dstBounds.width(), dstBounds.height(), in onFilterImage()
219 offset->fX = dstBounds.fLeft; in onFilterImage()
220 offset->fY = dstBounds.fTop; in onFilterImage()
223 int w = dstBounds.width(), h = dstBounds.height(); in onFilterImage()
226 inputBounds.offset(-dstBounds.x(), -dstBounds.y()); in onFilterImage()
227 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in onFilterImage()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp407 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
408 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
411 dstW = dstBounds.width(), in copy_image_with_bounds()
412 dstH = dstBounds.height(); in copy_image_with_bounds()
482 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
483 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
487 dstW = dstBounds.width(), in cpu_blur()
593 SkIRect dstBounds; in onFilterImage() local
602 SkIPoint resultOffset = SkIPoint::Make(dstBounds.fLeft, dstBounds.fTop); in onFilterImage()
676 dstBounds, in gpuFilter()
[all …]
H A DSkMatrixConvolutionImageFilter.cpp412 SkIRect dstBounds; in onFilterImage() local
450 offset->fX = dstBounds.left(); in onFilterImage()
451 offset->fY = dstBounds.top(); in onFilterImage()
499 const SkImageInfo info = SkImageInfo::MakeN32(dstBounds.width(), dstBounds.height(), in onFilterImage()
507 offset->fX = dstBounds.fLeft; in onFilterImage()
508 offset->fY = dstBounds.fTop; in onFilterImage()
509 dstBounds.offset(-inputOffset); in onFilterImage()
516 interior = dstBounds; in onFilterImage()
524 SkIRect top = SkIRect::MakeLTRB(dstBounds.left(), dstBounds.top(), in onFilterImage()
527 dstBounds.right(), dstBounds.bottom()); in onFilterImage()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp390 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
391 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
394 dstW = dstBounds.width(), in copy_image_with_bounds()
395 dstH = dstBounds.height(); in copy_image_with_bounds()
465 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
466 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
470 dstW = dstBounds.width(), in cpu_blur()
471 dstH = dstBounds.height(); in cpu_blur()
576 SkIRect dstBounds; in onFilterImage() local
585 SkIPoint resultOffset = SkIPoint::Make(dstBounds.fLeft, dstBounds.fTop); in onFilterImage()
[all …]
H A DSkMatrixConvolutionImageFilter.cpp389 SkIRect dstBounds; in onFilterImage() local
427 offset->fX = dstBounds.left(); in onFilterImage()
428 offset->fY = dstBounds.top(); in onFilterImage()
479 const SkImageInfo info = SkImageInfo::MakeN32(dstBounds.width(), dstBounds.height(), in onFilterImage()
487 offset->fX = dstBounds.fLeft; in onFilterImage()
488 offset->fY = dstBounds.fTop; in onFilterImage()
489 dstBounds.offset(-inputOffset); in onFilterImage()
496 interior = dstBounds; in onFilterImage()
504 SkIRect top = SkIRect::MakeLTRB(dstBounds.left(), dstBounds.top(), in onFilterImage()
507 dstBounds.right(), dstBounds.bottom()); in onFilterImage()
[all …]
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp407 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
408 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
411 dstW = dstBounds.width(), in copy_image_with_bounds()
412 dstH = dstBounds.height(); in copy_image_with_bounds()
482 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
483 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
487 dstW = dstBounds.width(), in cpu_blur()
593 SkIRect dstBounds; in onFilterImage() local
602 SkIPoint resultOffset = SkIPoint::Make(dstBounds.fLeft, dstBounds.fTop); in onFilterImage()
676 dstBounds, in gpuFilter()
[all …]
H A DSkMatrixConvolutionImageFilter.cpp412 SkIRect dstBounds; in onFilterImage() local
450 offset->fX = dstBounds.left(); in onFilterImage()
451 offset->fY = dstBounds.top(); in onFilterImage()
499 const SkImageInfo info = SkImageInfo::MakeN32(dstBounds.width(), dstBounds.height(), in onFilterImage()
507 offset->fX = dstBounds.fLeft; in onFilterImage()
508 offset->fY = dstBounds.fTop; in onFilterImage()
509 dstBounds.offset(-inputOffset); in onFilterImage()
516 interior = dstBounds; in onFilterImage()
524 SkIRect top = SkIRect::MakeLTRB(dstBounds.left(), dstBounds.top(), in onFilterImage()
527 dstBounds.right(), dstBounds.bottom()); in onFilterImage()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp407 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
408 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
411 dstW = dstBounds.width(), in copy_image_with_bounds()
412 dstH = dstBounds.height(); in copy_image_with_bounds()
482 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
483 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
487 dstW = dstBounds.width(), in cpu_blur()
593 SkIRect dstBounds; in onFilterImage() local
602 SkIPoint resultOffset = SkIPoint::Make(dstBounds.fLeft, dstBounds.fTop); in onFilterImage()
676 dstBounds, in gpuFilter()
[all …]
H A DSkMatrixConvolutionImageFilter.cpp412 SkIRect dstBounds; in onFilterImage() local
450 offset->fX = dstBounds.left(); in onFilterImage()
451 offset->fY = dstBounds.top(); in onFilterImage()
499 const SkImageInfo info = SkImageInfo::MakeN32(dstBounds.width(), dstBounds.height(), in onFilterImage()
507 offset->fX = dstBounds.fLeft; in onFilterImage()
508 offset->fY = dstBounds.fTop; in onFilterImage()
509 dstBounds.offset(-inputOffset); in onFilterImage()
516 interior = dstBounds; in onFilterImage()
524 SkIRect top = SkIRect::MakeLTRB(dstBounds.left(), dstBounds.top(), in onFilterImage()
527 dstBounds.right(), dstBounds.bottom()); in onFilterImage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp382 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
383 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
386 dstW = dstBounds.width(), in copy_image_with_bounds()
387 dstH = dstBounds.height(); in copy_image_with_bounds()
457 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
458 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
462 dstW = dstBounds.width(), in cpu_blur()
463 dstH = dstBounds.height(); in cpu_blur()
568 SkIRect dstBounds; in onFilterImage() local
577 SkIPoint resultOffset = SkIPoint::Make(dstBounds.fLeft, dstBounds.fTop); in onFilterImage()
[all …]
H A DSkMatrixConvolutionImageFilter.cpp367 SkIRect dstBounds; in onFilterImage() local
403 offset->fX = dstBounds.left(); in onFilterImage()
404 offset->fY = dstBounds.top(); in onFilterImage()
457 const SkImageInfo info = SkImageInfo::MakeN32(dstBounds.width(), dstBounds.height(), in onFilterImage()
465 offset->fX = dstBounds.fLeft; in onFilterImage()
466 offset->fY = dstBounds.fTop; in onFilterImage()
467 dstBounds.offset(-inputOffset); in onFilterImage()
474 interior = dstBounds; in onFilterImage()
482 SkIRect top = SkIRect::MakeLTRB(dstBounds.left(), dstBounds.top(), in onFilterImage()
485 dstBounds.right(), dstBounds.bottom()); in onFilterImage()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp407 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
408 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in copy_image_with_bounds()
411 dstW = dstBounds.width(), in copy_image_with_bounds()
412 dstH = dstBounds.height(); in copy_image_with_bounds()
482 srcBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
483 dstBounds.offset(-dstBounds.x(), -dstBounds.y()); in cpu_blur()
487 dstW = dstBounds.width(), in cpu_blur()
593 SkIRect dstBounds; in onFilterImage() local
602 SkIPoint resultOffset = SkIPoint::Make(dstBounds.fLeft, dstBounds.fTop); in onFilterImage()
676 dstBounds, in gpuFilter()
[all …]
H A DSkMatrixConvolutionImageFilter.cpp412 SkIRect dstBounds; in onFilterImage() local
450 offset->fX = dstBounds.left(); in onFilterImage()
451 offset->fY = dstBounds.top(); in onFilterImage()
499 const SkImageInfo info = SkImageInfo::MakeN32(dstBounds.width(), dstBounds.height(), in onFilterImage()
507 offset->fX = dstBounds.fLeft; in onFilterImage()
508 offset->fY = dstBounds.fTop; in onFilterImage()
509 dstBounds.offset(-inputOffset); in onFilterImage()
516 interior = dstBounds; in onFilterImage()
524 SkIRect top = SkIRect::MakeLTRB(dstBounds.left(), dstBounds.top(), in onFilterImage()
527 dstBounds.right(), dstBounds.bottom()); in onFilterImage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp138 SkRect::Make(dstBounds.size()), SkRect::Make(dstBounds)); in convolve_gaussian_2d()
167 auto rtcToSrcOffset = dstBounds.topLeft(); in convolve_gaussian()
196 top = {dstBounds.left(), dstBounds.top() , dstBounds.right(), srcBounds.top() }; in convolve_gaussian()
197 bottom = {dstBounds.left(), srcBounds.bottom(), dstBounds.right(), dstBounds.bottom()}; in convolve_gaussian()
207 left = {dstBounds.left(), mid.top(), dstBounds.right(), mid.bottom()}; in convolve_gaussian()
215 top = {dstBounds.left(), dstBounds.top(), srcBounds.left() , dstBounds.bottom()}; in convolve_gaussian()
216 bottom = {srcBounds.right(), dstBounds.top(), dstBounds.right(), dstBounds.bottom()}; in convolve_gaussian()
223 left = {mid.left(), dstBounds.top(), mid.right(), dstBounds.bottom()}; in convolve_gaussian()
349 SkIRect xPassDstBounds = dstBounds; in two_pass_gaussian()
423 dstBounds = SkIRect::MakeSize(dstBounds.size()).makeOffset(newDstBoundsOffset); in two_pass_gaussian()
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/SupportExt/
H A DofxsCopier.h797 OfxRectI dstBounds; in fillBlackNT() local
882 const OfxRectI & dstBounds,
917 OfxRectI dstBounds;
941 const OfxRectI & dstBounds, in fillBlack() argument
1188 const OfxRectI & dstBounds, in copyPixels() argument
1227 const OfxRectI & dstBounds, in copyPixels() argument
1252 OfxRectI dstBounds; in copyPixels() local
1275 OfxRectI dstBounds; in copyPixels() local
1398 dstBounds, in copyPixelsOpaque()
1473 OfxRectI dstBounds; in copyPixelsOpaque() local
[all …]
/dports/graphics/openfx-misc/openfx-misc-3ab0531/SupportExt/
H A DofxsCopier.h797 OfxRectI dstBounds; in fillBlackNT() local
882 const OfxRectI & dstBounds,
917 OfxRectI dstBounds;
941 const OfxRectI & dstBounds, in fillBlack() argument
1188 const OfxRectI & dstBounds, in copyPixels() argument
1227 const OfxRectI & dstBounds, in copyPixels() argument
1252 OfxRectI dstBounds; in copyPixels() local
1275 OfxRectI dstBounds; in copyPixels() local
1398 dstBounds, in copyPixelsOpaque()
1473 OfxRectI dstBounds; in copyPixelsOpaque() local
[all …]
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/OCIO/
H A DOCIOColorSpace.cpp135 OfxRectI dstBounds; in copyPixelData() local
168 OfxRectI dstBounds; in copyPixelData() local
195 const OfxRectI& dstBounds, in copyPixelData() argument
234 const OfxRectI& dstBounds,
250 const OfxRectI& dstBounds,
597 OfxRectI dstBounds = dstImg->getBounds(); in renderGPU() local
598 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in renderGPU()
599 …w.x2 <= dstBounds.x1) || ( args.renderWindow.x2 > dstBounds.x2) || ( args.renderWindow.y2 <= dstBo… in renderGPU()
725 OfxRectI dstBounds = dstImg->getBounds(); in render() local
726 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in render()
[all …]
H A DOCIOLogConvert.cpp141 OfxRectI dstBounds; in copyPixelData() local
170 OfxRectI dstBounds; in copyPixelData() local
193 const OfxRectI& dstBounds, in copyPixelData() argument
228 const OfxRectI& dstBounds,
246 const OfxRectI& dstBounds,
685 OfxRectI dstBounds = dstImg->getBounds(); in renderGPU() local
686 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in renderGPU()
687 …w.x2 <= dstBounds.x1) || ( args.renderWindow.x2 > dstBounds.x2) || ( args.renderWindow.y2 <= dstBo… in renderGPU()
813 OfxRectI dstBounds = dstImg->getBounds(); in render() local
814 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in render()
[all …]
H A DOCIOFileTransform.cpp182 OfxRectI dstBounds; in copyPixelData() local
211 OfxRectI dstBounds; in copyPixelData() local
234 const OfxRectI& dstBounds, in copyPixelData() argument
269 const OfxRectI& dstBounds,
287 const OfxRectI& dstBounds,
738 OfxRectI dstBounds = dstImg->getBounds(); in renderGPU() local
739 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in renderGPU()
740 …w.x2 <= dstBounds.x1) || ( args.renderWindow.x2 > dstBounds.x2) || ( args.renderWindow.y2 <= dstBo… in renderGPU()
860 OfxRectI dstBounds = dstImg->getBounds(); in render() local
861 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in render()
[all …]
H A DOCIOLookTransform.cpp193 OfxRectI dstBounds; in copyPixelData() local
222 OfxRectI dstBounds; in copyPixelData() local
245 const OfxRectI& dstBounds, in copyPixelData() argument
280 const OfxRectI& dstBounds,
296 const OfxRectI& dstBounds,
765 OfxRectI dstBounds = dstImg->getBounds(); in renderGPU() local
766 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in renderGPU()
767 …w.x2 <= dstBounds.x1) || ( args.renderWindow.x2 > dstBounds.x2) || ( args.renderWindow.y2 <= dstBo… in renderGPU()
900 OfxRectI dstBounds = dstImg->getBounds(); in render() local
901 …dow.x1 < dstBounds.x1) || (args.renderWindow.x1 >= dstBounds.x2) || (args.renderWindow.y1 < dstBou… in render()
[all …]
/dports/devel/yaegi/yaegi-0.9.23/_test/
H A Dissue-784.go7 Bounds(srcBounds string) (dstBounds string)
23 func (g *GIFT) Bounds(srcBounds string) (dstBounds string) {
24 dstBounds = srcBounds
26 dstBounds = f.Bounds(dstBounds)
28 return dstBounds
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/Support/Plugins/include/
H A DofxsProcessing.H146 const OfxRectI& dstBounds = _dstImg->getBounds(); in process() local
148 assert(dstBounds.x1 <= _renderWindow.x1 && _renderWindow.x2 <= dstBounds.x2 && in process()
149 dstBounds.y1 <= _renderWindow.y1 && _renderWindow.y2 <= dstBounds.y2); in process()
151 if (!(dstBounds.x1 <= _renderWindow.x1 && _renderWindow.x2 <= dstBounds.x2 && in process()
152 dstBounds.y1 <= _renderWindow.y1 && _renderWindow.y2 <= dstBounds.y2) || in process()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/Support/Plugins/include/
H A DofxsProcessing.H146 const OfxRectI& dstBounds = _dstImg->getBounds(); in process() local
148 assert(dstBounds.x1 <= _renderWindow.x1 && _renderWindow.x2 <= dstBounds.x2 && in process()
149 dstBounds.y1 <= _renderWindow.y1 && _renderWindow.y2 <= dstBounds.y2); in process()
151 if (!(dstBounds.x1 <= _renderWindow.x1 && _renderWindow.x2 <= dstBounds.x2 && in process()
152 dstBounds.y1 <= _renderWindow.y1 && _renderWindow.y2 <= dstBounds.y2) || in process()

12345678910