Home
last modified time | relevance | path

Searched refs:inputBounds (Results 1 – 25 of 81) sorted by relevance

1234

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkBlurImageFilter.cpp130 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
137 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
150 offset->fX = inputBounds.x(); in onFilterImage()
151 offset->fY = inputBounds.y(); in onFilterImage()
158 inputBounds.offset(-inputOffset); in onFilterImage()
193 offset->fX = inputBounds.x(); in onFilterImage()
194 offset->fY = inputBounds.y(); in onFilterImage()
195 return input->makeSubset(inputBounds.makeOffset(-inputOffset.x(), in onFilterImage()
226 inputBounds.offset(-dstBounds.x(), -dstBounds.y()); in onFilterImage()
228 SkIRect inputBoundsT = SkIRect::MakeLTRB(inputBounds.top(), inputBounds.left(), in onFilterImage()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/filter/
H A DLagrangianStructures.hxx102 vtkm::Bounds inputBounds = coordinates.GetBounds(); in DoExecute() local
103 vtkm::Vec3f origin(static_cast<vtkm::FloatDefault>(inputBounds.X.Min), in DoExecute()
104 static_cast<vtkm::FloatDefault>(inputBounds.Y.Min), in DoExecute()
105 static_cast<vtkm::FloatDefault>(inputBounds.Z.Min)); in DoExecute()
107 spacing[0] = static_cast<vtkm::FloatDefault>(inputBounds.X.Length()) / in DoExecute()
109 spacing[1] = static_cast<vtkm::FloatDefault>(inputBounds.Y.Length()) / in DoExecute()
111 spacing[2] = static_cast<vtkm::FloatDefault>(inputBounds.Z.Length()) / in DoExecute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp572 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
577 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
580 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
588 inputBounds.offset(-inputOffset); in onFilterImage()
602 result = this->gpuFilter(ctx, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage()
624 result = cpu_blur(ctx, sigma, input, inputBounds, dstBounds); in onFilterImage()
639 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter()
640 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
641 return input->makeSubset(inputBounds); in gpuFilter()
654 inputBounds.offset(input->subset().topLeft()); in gpuFilter()
[all …]
H A DSkColorFilterImageFilter.cpp91 SkIRect inputBounds; in onFilterImage() local
94 inputBounds = ctx.clipBounds(); in onFilterImage()
98 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
103 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
H A DSkTileImageFilter.cpp121 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height()); in onFilterImage() local
123 if (!SkIRect::Intersects(srcIRect, inputBounds)) { in onFilterImage()
129 if (inputBounds.contains(srcIRect)) { in onFilterImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp564 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
569 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
572 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
580 inputBounds.offset(-inputOffset); in onFilterImage()
594 result = this->gpuFilter(ctx, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage()
616 result = cpu_blur(ctx, sigma, input, inputBounds, dstBounds); in onFilterImage()
631 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter()
632 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
633 return input->makeSubset(inputBounds); in gpuFilter()
646 inputBounds.offset(input->subset().topLeft()); in gpuFilter()
[all …]
H A DSkColorFilterImageFilter.cpp92 SkIRect inputBounds; in onFilterImage() local
95 inputBounds = ctx.clipBounds(); in onFilterImage()
99 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
104 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp58 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, SkIPoint* offset) const;
589 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
594 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
597 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
605 inputBounds.offset(-inputOffset); in onFilterImage()
619 result = this->gpuFilter(ctx, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage()
641 result = cpu_blur(ctx, sigma, input, inputBounds, dstBounds); in onFilterImage()
656 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter()
657 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
658 return input->makeSubset(inputBounds); in gpuFilter()
[all …]
H A DSkColorFilterImageFilter.cpp91 SkIRect inputBounds; in onFilterImage() local
94 inputBounds = ctx.clipBounds(); in onFilterImage()
98 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
103 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
H A DSkTileImageFilter.cpp121 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height()); in onFilterImage() local
123 if (!SkIRect::Intersects(srcIRect, inputBounds)) { in onFilterImage()
129 if (inputBounds.contains(srcIRect)) { in onFilterImage()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp58 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, SkIPoint* offset) const;
589 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
594 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
597 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
605 inputBounds.offset(-inputOffset); in onFilterImage()
619 result = this->gpuFilter(ctx, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage()
641 result = cpu_blur(ctx, sigma, input, inputBounds, dstBounds); in onFilterImage()
656 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter()
657 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
658 return input->makeSubset(inputBounds); in gpuFilter()
[all …]
H A DSkColorFilterImageFilter.cpp91 SkIRect inputBounds; in onFilterImage() local
94 inputBounds = ctx.clipBounds(); in onFilterImage()
98 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
103 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp58 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, SkIPoint* offset) const;
589 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
594 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
597 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
605 inputBounds.offset(-inputOffset); in onFilterImage()
619 result = this->gpuFilter(ctx, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage()
641 result = cpu_blur(ctx, sigma, input, inputBounds, dstBounds); in onFilterImage()
656 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter()
657 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
658 return input->makeSubset(inputBounds); in gpuFilter()
[all …]
H A DSkColorFilterImageFilter.cpp91 SkIRect inputBounds; in onFilterImage() local
94 inputBounds = ctx.clipBounds(); in onFilterImage()
98 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
103 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/effects/imagefilters/
H A DSkBlurImageFilter.cpp58 SkIRect inputBounds, SkIRect dstBounds, SkIPoint inputOffset, SkIPoint* offset) const;
589 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
594 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
597 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
605 inputBounds.offset(-inputOffset); in onFilterImage()
619 result = this->gpuFilter(ctx, sigma, input, inputBounds, dstBounds, inputOffset, in onFilterImage()
641 result = cpu_blur(ctx, sigma, input, inputBounds, dstBounds); in onFilterImage()
656 offset->fX = inputBounds.x() + inputOffset.fX; in gpuFilter()
657 offset->fY = inputBounds.y() + inputOffset.fY; in gpuFilter()
658 return input->makeSubset(inputBounds); in gpuFilter()
[all …]
H A DSkColorFilterImageFilter.cpp91 SkIRect inputBounds; in onFilterImage() local
94 inputBounds = ctx.clipBounds(); in onFilterImage()
98 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
103 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
H A DSkTileImageFilter.cpp121 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height()); in onFilterImage() local
123 if (!SkIRect::Intersects(srcIRect, inputBounds)) { in onFilterImage()
129 if (inputBounds.contains(srcIRect)) { in onFilterImage()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/effects/
H A DSkColorFilterImageFilter.cpp66 SkIRect inputBounds; in onFilterImage() local
69 inputBounds = ctx.clipBounds(); in onFilterImage()
73 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
78 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
H A DSkTileImageFilter.cpp67 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height()); in onFilterImage() local
69 if (!SkIRect::Intersects(srcIRect, inputBounds)) { in onFilterImage()
75 if (inputBounds.contains(srcIRect)) { in onFilterImage()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkBlurImageFilter.cpp62 SkIRect inputBounds, SkIRect dstBounds, const OutputProperties& outProps) const;
574 SkIRect inputBounds = SkIRect::MakeXYWH(inputOffset.fX, inputOffset.fY, in onFilterImage() local
579 if (!this->applyCropRect(this->mapContext(ctx), inputBounds, &dstBounds)) { in onFilterImage()
582 if (!inputBounds.intersect(dstBounds)) { in onFilterImage()
590 inputBounds.offset(-inputOffset); in onFilterImage()
605 result = this->gpuFilter(source, sigma, input, inputBounds, dstBounds, in onFilterImage()
610 result = cpu_blur(sigma, source, input, inputBounds, dstBounds); in onFilterImage()
624 SkIRect inputBounds, SkIRect dstBounds, const OutputProperties& outProps) const in gpuFilter() argument
635 return copy_image_with_bounds(source, input, inputBounds, dstBounds); in gpuFilter()
661 inputBounds, in gpuFilter()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/effects/
H A DSkColorFilterImageFilter.cpp67 SkIRect inputBounds; in onFilterImage() local
70 inputBounds = ctx.clipBounds(); in onFilterImage()
74 inputBounds = SkIRect::MakeXYWH(inputOffset.x(), inputOffset.y(), in onFilterImage()
79 if (!this->applyCropRect(ctx, inputBounds, &bounds)) { in onFilterImage()
H A DSkTileImageFilter.cpp68 const SkIRect inputBounds = SkIRect::MakeWH(input->width(), input->height()); in onFilterImage() local
70 if (!SkIRect::Intersects(srcIRect, inputBounds)) { in onFilterImage()
76 if (inputBounds.contains(srcIRect)) { in onFilterImage()
/dports/math/vtk9/VTK-9.1.0/Filters/AMR/
H A DvtkImageToAMR.cxx254 double inputBounds[6]; in RequestData() local
255 input->GetBounds(inputBounds); in RequestData()
257 double inputOrigin[3] = { inputBounds[0], inputBounds[2], inputBounds[4] }; in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/AMR/
H A DvtkImageToAMR.cxx257 double inputBounds[6]; in RequestData() local
258 input->GetBounds(inputBounds); in RequestData()
260 double inputOrigin[3]= {inputBounds[0],inputBounds[2],inputBounds[4]}; in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/AMR/
H A DvtkImageToAMR.cxx259 double inputBounds[6]; in RequestData() local
260 input->GetBounds(inputBounds); in RequestData()
262 double inputOrigin[3]= {inputBounds[0],inputBounds[2],inputBounds[4]}; in RequestData()

1234