Home
last modified time | relevance | path

Searched refs:CropBottom (Results 1 – 25 of 133) sorted by relevance

123456

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DPictureSettingsViewModel.cs228 public int CropBottom property in HandBrakeWPF.ViewModels.PictureSettingsViewModel
240 this.NotifyOfPropertyChange(() => this.CropBottom);
285 if (!ValidCropTB(value, this.CropBottom))
320 this.NotifyOfPropertyChange(() => this.CropBottom);
450 this.NotifyOfPropertyChange(() => this.CropBottom); in SetPreset()
476 …sValue(this.GetRes((this.sourceResolution.Height - this.CropTop - this.CropBottom), this.MaxHeight… in SetPreset()
515 this.NotifyOfPropertyChange(() => this.CropBottom); in UpdateTask()
694 Crop = new Cropping(this.CropTop, this.CropBottom, this.CropLeft, this.CropRight), in GetPictureSettings()
830 this.NotifyOfPropertyChange(() => this.CropBottom); in RecalculatePictureSettingsProperties()
947 this.Task.Cropping.Bottom = result.CropBottom; in HandleRotationFlipChange()
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/Image/
H A DInternal.hs119 | CropBottom constructor
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
180 rnf (CropBottom i w h) = i `deepseq` w `seq` h `seq` ()
196 imageWidth CropBottom { outputWidth = w } = w function
209 imageHeight CropBottom { outputHeight = h } = h function
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/Image/
H A DInternal.hs119 | CropBottom constructor
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
180 rnf (CropBottom i w h) = i `deepseq` w `seq` h `seq` ()
196 imageWidth CropBottom { outputWidth = w } = w function
209 imageHeight CropBottom { outputHeight = h } = h function
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/Image/
H A DInternal.hs119 | CropBottom constructor
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
180 rnf (CropBottom i w h) = i `deepseq` w `seq` h `seq` ()
196 imageWidth CropBottom { outputWidth = w } = w function
209 imageHeight CropBottom { outputHeight = h } = h function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/Image/
H A DInternal.hs119 | CropBottom constructor
168 pp i (CropBottom {croppedImage, outputWidth, outputHeight})
180 rnf (CropBottom i w h) = i `deepseq` w `seq` h `seq` ()
196 imageWidth CropBottom { outputWidth = w } = w function
209 imageHeight CropBottom { outputHeight = h } = h function
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-capture/data/locale/
H A Dta-IN.ini7 CropBottom="கீழே கத்தரி (பிக்சல்கள்)" key
H A Dfa-IR.ini11 CropBottom="برش پایین (پیکسل)" key
H A Dar-SA.ini10 CropBottom="الاقتطاع من الأسفل (بكسل)" key
H A Dbn-BD.ini11 CropBottom="ফসল তলায় (পিক্সেল)" key
H A Duk-UA.ini10 CropBottom="Обрізати знизу (пікселі)" key
H A Dru-RU.ini11 CropBottom="Обрезать снизу (пикселей)" key
H A Dhi-IN.ini11 CropBottom="तला छाँटें (पिक्सेल)" key
H A Dzh-CN.ini10 CropBottom="裁剪下部(像素)" key
H A Dko-KR.ini11 CropBottom="아래 자르기 (픽셀)" key
H A Dhe-IL.ini11 CropBottom="חיתוך תחתון (פיקסלים)" key
H A Dja-JP.ini11 CropBottom="下部クロップ (ピクセル)" key
H A Dka-GE.ini11 CropBottom="ქვემოდან მოჭრა (პიქსელი)" key
H A Del-GR.ini10 CropBottom="Περικοπή Κάτω (pixels)" key
H A Dzh-TW.ini11 CropBottom="剪裁底部(px)" key
H A Dsr-CS.ini11 CropBottom="Одсеци одоздо (пиксели)" key
/dports/games/libretro-hatari/hatari-561c07e/src/includes/
H A DscreenSnapShot.h15 int CropLeft , int CropRight , int CropTop , int CropBottom );
/dports/emulators/hatari/hatari-2.2.1/src/includes/
H A DscreenSnapShot.h15 int CropLeft , int CropRight , int CropTop , int CropBottom );
/dports/games/libretro-hatari/hatari-561c07e/src/
H A DscreenSnapShot.c105 int CropLeft , int CropRight , int CropTop , int CropBottom ) in ScreenSnapShot_SavePNG_ToFile() argument
110 int h = surface->h - CropTop - CropBottom; in ScreenSnapShot_SavePNG_ToFile()
/dports/emulators/hatari/hatari-2.2.1/src/
H A DscreenSnapShot.c106 int CropLeft , int CropRight , int CropTop , int CropBottom ) in ScreenSnapShot_SavePNG_ToFile() argument
111 int sh = surface->h - CropTop - CropBottom; in ScreenSnapShot_SavePNG_ToFile()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/Interfaces/Model/Picture/
H A DRotateResult.cs13 public int CropBottom { get; set; } property in HandBrake.Interop.Interop.Interfaces.Model.Picture.RotateResult

123456