Home
last modified time | relevance | path

Searched refs:croppedImage (Results 1 – 25 of 33) sorted by relevance

12

/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/Image/
H A DInternal.hs102 { croppedImage :: Image function
110 { croppedImage :: Image function
120 { croppedImage :: Image function
129 { croppedImage :: Image function
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
164 ++ go (i+1) croppedImage
167 ++ go (i+1) croppedImage
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
170 ++ go (i+1) croppedImage
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
[all …]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/Image/
H A DInternal.hs102 { croppedImage :: Image function
110 { croppedImage :: Image function
120 { croppedImage :: Image function
129 { croppedImage :: Image function
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
164 ++ go (i+1) croppedImage
167 ++ go (i+1) croppedImage
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
170 ++ go (i+1) croppedImage
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
[all …]
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/Image/
H A DInternal.hs102 { croppedImage :: Image function
110 { croppedImage :: Image function
120 { croppedImage :: Image function
129 { croppedImage :: Image function
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
164 ++ go (i+1) croppedImage
167 ++ go (i+1) croppedImage
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
170 ++ go (i+1) croppedImage
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/Image/
H A DInternal.hs102 { croppedImage :: Image function
110 { croppedImage :: Image function
120 { croppedImage :: Image function
129 { croppedImage :: Image function
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
164 ++ go (i+1) croppedImage
167 ++ go (i+1) croppedImage
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
170 ++ go (i+1) croppedImage
171 pp i (CropTop {croppedImage, topSkip, outputWidth, outputHeight})
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Processing/
H A DLocalCropScaleMaskHelper.php78 $croppedImage = null;
110 $originalFileName = $croppedImage = $result[3];
118 if ($croppedImage === null && $sourceFile->getExtension() === 'svg') {
203 if ($result[3] !== $originalFileName || $originalFileName === $croppedImage) {
216 if ($croppedImage && ($result === null || $croppedImage !== $result['filePath'])) {
217 GeneralUtility::unlink_tempfile($croppedImage);
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Processing/
H A DLocalCropScaleMaskHelper.php79 $croppedImage = null;
112 $originalFileName = $croppedImage = $result[3];
193 if ($result[3] !== $originalFileName || $originalFileName === $croppedImage) {
206 if ($croppedImage && ($result === null || $croppedImage !== $result['filePath'])) {
207 GeneralUtility::unlink_tempfile($croppedImage);
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Processing/
H A DLocalCropScaleMaskHelper.php79 $croppedImage = null;
111 $originalFileName = $croppedImage = $result[3];
192 if ($result[3] !== $originalFileName || $originalFileName === $croppedImage) {
205 if ($croppedImage && ($result === null || $croppedImage !== $result['filePath'])) {
206 GeneralUtility::unlink_tempfile($croppedImage);
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/ImageGrid/test/
H A DitkCropImageFilter3DTest.cxx74 ImageType::Pointer croppedImage = cropFilter->GetOutput(); in itkCropImageFilter3DTest() local
78 croppedImage->GetLargestPossibleRegion().GetSize(); in itkCropImageFilter3DTest()
97 itk::ImageRegionIterator< ImageType > it2( croppedImage, in itkCropImageFilter3DTest()
98 croppedImage->GetLargestPossibleRegion() ); in itkCropImageFilter3DTest()
/dports/net-im/spectral/spectral-817/src/notifications/
H A Dmanagerlinux.cpp41 QImage croppedImage; in showNotification() local
47 croppedImage = image.copy(crop); in showNotification()
51 croppedImage = image.copy(crop); in showNotification()
54 croppedImage = image; in showNotification()
58 hints["image-data"] = croppedImage; in showNotification()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/
H A DImage.hs299 go i@(CropBottom {croppedImage, outputWidth, outputHeight})
301 | otherwise = CropBottom croppedImage outputWidth h
316 go i@(CropRight {croppedImage, outputWidth, outputHeight})
318 | otherwise = CropRight croppedImage w outputHeight
333 go i@(CropLeft {croppedImage, leftSkip, outputWidth, outputHeight})
337 in CropLeft croppedImage leftSkip' w outputHeight
352 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
356 in CropTop croppedImage topSkip' outputWidth h
H A DPictureToSpans.hs269 addMaybeClipped CropRight {croppedImage, outputWidth} = do
274 addMaybeClipped croppedImage
275 addMaybeClipped CropLeft {croppedImage, leftSkip} = do
277 addMaybeClipped croppedImage
278 addMaybeClipped CropBottom {croppedImage, outputHeight} = do
283 addMaybeClipped croppedImage
284 addMaybeClipped CropTop {croppedImage, topSkip} = do
286 addMaybeClipped croppedImage
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/
H A DImage.hs299 go i@(CropBottom {croppedImage, outputWidth, outputHeight})
301 | otherwise = CropBottom croppedImage outputWidth h
316 go i@(CropRight {croppedImage, outputWidth, outputHeight})
318 | otherwise = CropRight croppedImage w outputHeight
333 go i@(CropLeft {croppedImage, leftSkip, outputWidth, outputHeight})
337 in CropLeft croppedImage leftSkip' w outputHeight
352 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
356 in CropTop croppedImage topSkip' outputWidth h
H A DPictureToSpans.hs269 addMaybeClipped CropRight {croppedImage, outputWidth} = do
274 addMaybeClipped croppedImage
275 addMaybeClipped CropLeft {croppedImage, leftSkip} = do
277 addMaybeClipped croppedImage
278 addMaybeClipped CropBottom {croppedImage, outputHeight} = do
283 addMaybeClipped croppedImage
284 addMaybeClipped CropTop {croppedImage, topSkip} = do
286 addMaybeClipped croppedImage
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/
H A DImage.hs300 go i@(CropBottom {croppedImage, outputWidth, outputHeight})
302 | otherwise = CropBottom croppedImage outputWidth h
317 go i@(CropRight {croppedImage, outputWidth, outputHeight})
319 | otherwise = CropRight croppedImage w outputHeight
334 go i@(CropLeft {croppedImage, leftSkip, outputWidth, outputHeight})
338 in CropLeft croppedImage leftSkip' w outputHeight
353 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
357 in CropTop croppedImage topSkip' outputWidth h
H A DPictureToSpans.hs269 addMaybeClipped CropRight {croppedImage, outputWidth} = do
274 addMaybeClipped croppedImage
275 addMaybeClipped CropLeft {croppedImage, leftSkip} = do
277 addMaybeClipped croppedImage
278 addMaybeClipped CropBottom {croppedImage, outputHeight} = do
283 addMaybeClipped croppedImage
284 addMaybeClipped CropTop {croppedImage, topSkip} = do
286 addMaybeClipped croppedImage
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/
H A DImage.hs300 go i@(CropBottom {croppedImage, outputWidth, outputHeight})
302 | otherwise = CropBottom croppedImage outputWidth h
317 go i@(CropRight {croppedImage, outputWidth, outputHeight})
319 | otherwise = CropRight croppedImage w outputHeight
334 go i@(CropLeft {croppedImage, leftSkip, outputWidth, outputHeight})
338 in CropLeft croppedImage leftSkip' w outputHeight
353 go i@(CropTop {croppedImage, topSkip, outputWidth, outputHeight})
357 in CropTop croppedImage topSkip' outputWidth h
H A DPictureToSpans.hs269 addMaybeClipped CropRight {croppedImage, outputWidth} = do
274 addMaybeClipped croppedImage
275 addMaybeClipped CropLeft {croppedImage, leftSkip} = do
277 addMaybeClipped croppedImage
278 addMaybeClipped CropBottom {croppedImage, outputHeight} = do
283 addMaybeClipped croppedImage
284 addMaybeClipped CropTop {croppedImage, topSkip} = do
286 addMaybeClipped croppedImage
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qtsupport/
H A Dscreenshotcropper.h38 …static QImage croppedImage(const QImage &sourceImage, const QString &filePath, const QSize &cropSi…
H A Dscreenshotcropper.cpp81 QImage ScreenshotCropper::croppedImage(const QImage &sourceImage, const QString &filePath, const QS… in croppedImage() function in QtSupport::Internal::ScreenshotCropper
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/mcc/src/
H A Dchecker_detector.cpp81 cv::Mat croppedImage = img(region); in _no_net_process() local
91 prepareImage(croppedImage, img_gray, img_bgr, asp, params); in _no_net_process()
110 cv::cvtColor(croppedImage, img_rgb_org, COLOR_BGR2RGB); in _no_net_process()
111 cv::cvtColor(croppedImage, img_ycbcr_org, COLOR_BGR2YCrCb); in _no_net_process()
227 croppedImage.copyTo(image_checker); in _no_net_process()
289 cv::Mat croppedImage = img(region); in process() local
291 int rows = croppedImage.size[0]; in process()
292 int cols = croppedImage.size[1]; in process()
293 net.setInput(cv::dnn::blobFromImage(croppedImage, 1.0, cv::Size(), cv::Scalar(), true)); in process()
312 cv::Mat innerCroppedImage = croppedImage(innerRegion); in process()
/dports/astro/kstars/kstars-3.5.6/kstars/widgets/
H A Dthumbimage.h27 QPixmap croppedImage();
/dports/astro/kstars/kstars-3.5.6/kstars/auxiliary/
H A Dthumbnaileditor.cpp64 QImage im = ui->ImageCanvas->croppedImage().toImage(); in thumbnail()
/dports/audio/mixxx/mixxx-2.3.0/src/widget/
H A Dwoverview.cpp648 QImage croppedImage = m_waveformSourceImage.copy(sourceRect); in drawWaveformPixmap() local
651 croppedImage = croppedImage.transformed(QTransform(0, 1, 1, 0, 0, 0)); in drawWaveformPixmap()
653 m_waveformImageScaled = croppedImage.scaled(size() * m_devicePixelRatio, in drawWaveformPixmap()
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWRasterImage-gm.C707 Image *croppedImage = CropImage(cImage, &tocrop, &exception); in drawImage() local
721 rect.width(), rect.height(), croppedImage); in drawImage()
725 CompositeImage(impl_->image_, OverCompositeOp, croppedImage, in drawImage()
729 DestroyImage(croppedImage); in drawImage()
/dports/astro/marble/marble-21.12.3/tools/tilecreator-srtm2/
H A Dtccore.cpp113 … QImage croppedImage = image.copy(startLngPx - imageLngPx, startLatPx - imageLatPx, 675, 675); in tile() local

12