Home
last modified time | relevance | path

Searched refs:setCrop (Results 1 – 25 of 52) sorted by relevance

123

/dports/textproc/p5-Text-FixedLength/Text-FixedLength-0.12/
H A DREADME35 0.12: Added setCrop( 1 | 0 ) to force the fixed field format:
36 setCrop sets whether records should be cropped to the size of the format
39 a fixed format of 2 then if setCrop is true the record will be changed
H A DFixedLength.pm148 sub setCrop { subroutine
/dports/graphics/zbar/zbar-0.23.90/java/test/
H A DTestImage.java75 image.setCrop(1, 2, 34, 56); in crop()
79 image.setCrop(-20, -20, 200, 500); in crop()
83 image.setCrop(crop2); in crop()
91 image.setCrop(crop4); in crop()
/dports/graphics/zbar/zbar-0.23.90/java/net/sourceforge/zbar/
H A DImage.java141 public native void setCrop(int x, int y, int width, int height); in setCrop() method in Image
144 public native void setCrop(int[] crop); in setCrop() method in Image
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/crop/
H A DCropMode.java159 public void setCrop(CropBounds crop) { in setCrop() method in CropMode
163 overlay.setCrop(crop); in setCrop()
209 setCrop(crop); in setTransform()
H A DCropOverlay.java173 setCrop(newCrop); in setCropWithConstraints()
200 setCrop(newCrop); in setAspectConstraint()
763 setCrop(newCrop); in mouseDragged()
791 setCrop(newCrop); in mouseDragged()
811 setCrop(newCrop); in mouseDragged()
939 setCrop(oldCrop); in mouseDragged()
985 setCrop(newCrop); in mouseWheelMoved()
1122 setCrop(newCrop); in setNorth()
1139 setCrop(newCrop); in setSouth()
1156 setCrop(newCrop); in setEast()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/dialogs/
H A Dflipbook.cpp49 connect(m_ui->view, &FlipbookView::cropped, this, &Flipbook::setCrop); in Flipbook()
139 void Flipbook::setCrop(const QRectF &rect) in setCrop() function in dialogs::Flipbook
163 setCrop(QRectF()); in resetCrop()
H A Dflipbook.h52 void setCrop(const QRectF &rect);
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/ui/editor/
H A DCropRotateManager.java135 cropMode.setCrop(newBounds); in angleChanged()
178 cropMode.setCrop(bounds); in postEdit()
190 cropMode.setCrop(bounds); in postEdit()
331 cropMode.setCrop(bounds); in restore()
H A DModeManager.java445 rotateMode.setCrop(crop); in setRotateMode()
504 rotateMode.setCrop(cropMode.getCrop()); in setMode()
507 cropMode.setCrop(rotateMode.getCrop()); in setMode()
/dports/comms/scrcpy/scrcpy-1.9/server/src/main/java/com/genymobile/scrcpy/
H A DOptions.java41 public void setCrop(Rect crop) { in setCrop() method in Options
H A DServer.java87 options.setCrop(crop); in createOptions()
/dports/games/flightgear/flightgear-2020.3.11/utils/fgpanel/
H A DFGCroppedTexture.hxx43 virtual void setCrop (const float minX, const float minY, const float maxX, const float maxY);
H A DFGCroppedTexture.cxx53 FGCroppedTexture::setCrop (const float minX, const float minY, const float maxX, const float maxY) { in setCrop() function in FGCroppedTexture
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/telegram/types/
H A Dinputchatphoto.h26 void setCrop(const InputPhotoCrop &crop);
H A Dinputchatphoto.cpp25 void InputChatPhoto::setCrop(const InputPhotoCrop &crop) { in setCrop() function in InputChatPhoto
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Transcoder/
H A DPreprocessingConfig.php64 public function setCrop(Google_Service_Transcoder_Crop $crop) function in Google_Service_Transcoder_PreprocessingConfig
/dports/games/flightgear/flightgear-2020.3.11/src/Cockpit/built_in/
H A DFGMagRibbon.cxx72 t->setCrop(xoffset, yoffset, xoffset + 0.5, yoffset + 0.25); in draw()
/dports/finance/electrum/Electrum-4.1.5/electrum/gui/qt/qrreader/qtmultimedia/
H A Dcrop_blur_effect.py43 def setCrop(self, crop: QRect = None): member in QrReaderCropBlurEffect
/dports/multimedia/vlc/vlc-3.0.16/modules/video_output/android/
H A Dutils.h68 int (*setCrop) (native_window_priv *, int, int, int, int); member
/dports/net-im/libqtelegram-ae/libqtelegram-aseman-edition-6.1-stable/file/
H A Dfileoperation.h70 void setCrop(const InputPhotoCrop &crop) { mCrop = crop; } in setCrop() function
/dports/graphics/yafaray/libYafaRay-3.5.1/include/textures/
H A Dimagetex.h62 void setCrop(float minx, float miny, float maxx, float maxy);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/
H A DTexture.h145 void setCrop(const gl::Rectangle &rect);
485 void setCrop(const gl::Rectangle &rect);
/dports/graphics/hugin/hugin-2020.0.0/src/hugin1/hugin/
H A DMaskImageCtrl.h79 …void setCrop(HuginBase::SrcPanoImage::CropMode newCropMode,vigra::Rect2D newCropRect, bool isCente…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/
H A DTexture.h157 void setCrop(const Rectangle &rect);
526 void setCrop(const Rectangle &rect);

123