Home
last modified time | relevance | path

Searched refs:CropRight (Results 1 – 25 of 145) sorted by relevance

123456

/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/ViewModels/
H A DPictureSettingsViewModel.cs251 if (!ValidCropLR(value, this.CropRight))
262 public int CropRight property in HandBrakeWPF.ViewModels.PictureSettingsViewModel
274 this.NotifyOfPropertyChange(() => this.CropRight);
318 this.NotifyOfPropertyChange(() => this.CropRight);
448 this.NotifyOfPropertyChange(() => this.CropRight); in SetPreset()
475 …usValue(this.GetRes((this.sourceResolution.Width - this.CropLeft - this.CropRight), this.MaxWidth)… in SetPreset()
517 this.NotifyOfPropertyChange(() => this.CropRight); in UpdateTask()
694 Crop = new Cropping(this.CropTop, this.CropBottom, this.CropLeft, this.CropRight), in GetPictureSettings()
832 this.NotifyOfPropertyChange(() => this.CropRight); in RecalculatePictureSettingsProperties()
949 this.Task.Cropping.Right = result.CropRight; in HandleRotationFlipChange()
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/Image/
H A DInternal.hs101 | CropRight constructor
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
178 rnf (CropRight i w h) = i `deepseq` w `seq` h `seq` ()
194 imageWidth CropRight { outputWidth = w } = w function
207 imageHeight CropRight { 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.hs101 | CropRight constructor
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
178 rnf (CropRight i w h) = i `deepseq` w `seq` h `seq` ()
194 imageWidth CropRight { outputWidth = w } = w function
207 imageHeight CropRight { 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.hs101 | CropRight constructor
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
178 rnf (CropRight i w h) = i `deepseq` w `seq` h `seq` ()
194 imageWidth CropRight { outputWidth = w } = w function
207 imageHeight CropRight { outputHeight = h } = h function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/Image/
H A DInternal.hs101 | CropRight constructor
162 pp i (CropRight {croppedImage, outputWidth, outputHeight})
178 rnf (CropRight i w h) = i `deepseq` w `seq` h `seq` ()
194 imageWidth CropRight { outputWidth = w } = w function
207 imageHeight CropRight { outputHeight = h } = h function
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/linux-capture/data/locale/
H A Dta-IN.ini6 CropRight="வலது கத்தரி (பிக்சல்கள்)" key
H A Dfa-IR.ini10 CropRight="برش راست (پیکسل)" key
H A Dar-SA.ini9 CropRight="الاقتطاع من اليمين (بكسل)" key
H A Dbn-BD.ini10 CropRight="ফসল অধিকার (পিক্সেল)" key
H A Duk-UA.ini9 CropRight="Обрізати праворуч (пікселі)" key
H A Dru-RU.ini10 CropRight="Обрезать справа (пикселей)" key
H A Dhi-IN.ini10 CropRight="दायाँ छाँटें (पिक्सेल)" key
H A Dzh-CN.ini9 CropRight="裁剪右部(像素)" key
H A Dko-KR.ini10 CropRight="오른쪽 자르기 (픽셀)" key
H A Dhe-IL.ini10 CropRight="חיתוך ימין (פיקסלים)" key
H A Dja-JP.ini10 CropRight="右側クロップ (ピクセル)" key
H A Dka-GE.ini10 CropRight="მარჯვნიდან მოჭრა (პიქსელი)" key
H A Del-GR.ini9 CropRight="Περικοπή Δεξιά (pixels)" key
H A Dzh-TW.ini10 CropRight="剪裁右側(px)" key
H A Dsr-CS.ini10 CropRight="Одсеци са десна (пиксели)" 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
109 int w = surface->w - CropLeft - CropRight; 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
110 int sw = surface->w - CropLeft - CropRight; in ScreenSnapShot_SavePNG_ToFile()
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/Interfaces/Model/Picture/
H A DRotateResult.cs17 public int CropRight { get; set; } property in HandBrake.Interop.Interop.Interfaces.Model.Picture.RotateResult

123456