Home
last modified time | relevance | path

Searched refs:getImageSize (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/imaging/
H A DossimGeomFileWriter.cpp53 if ( geom->getImageSize().hasNans() || in writeFile()
54 ( geom->getImageSize() != theAreaOfInterest.size() ) ) in writeFile()
62 << "\nossimImageGeometry size: " << geom->getImageSize() in writeFile()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_sequence/image_export/
H A DSequencePainter.h76 QSize getImageSize(CustomExportSettings *settings) const;
91 QSize getImageSize(CustomExportSettings *settings) const;
107 QSize getImageSize(CustomExportSettings *settings) const;
H A DSequencePainter.cpp74 QSize CurrentViewPainter::getImageSize(CustomExportSettings * /*settings*/) const { in getImageSize() function in U2::CurrentViewPainter
100 QSize ZoomedViewPainter::getImageSize(CustomExportSettings *settings) const { in getImageSize() function in U2::ZoomedViewPainter
126 QSize DetailsViewPainter::getImageSize(CustomExportSettings *settings) const { in getImageSize() function in U2::DetailsViewPainter
H A DSingleSequenceImageExportTask.cpp72 QSize size = painter->getImageSize(customSettings.data()); in run()
115 QSize size = painter->getImageSize(customSettings.data()); in run()
/dports/www/ilias/ILIAS-5.4.25/Services/Preview/classes/
H A Dclass.ilPreviewRenderer.php122 $imgSize = $this->getImageSize();
153 final protected function getImageSize() function in ilPreviewRenderer
155 return ilPreviewSettings::getImageSize();
/dports/www/ilias6/ILIAS-6.14/Services/Preview/classes/
H A Dclass.ilPreviewRenderer.php122 $imgSize = $this->getImageSize();
153 final protected function getImageSize() function in ilPreviewRenderer
155 return ilPreviewSettings::getImageSize();
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/ps/
H A DImageEncoderPNGTestCase.java65 ImageSize is = RawPNGTestUtil.getImageSize(); in testWriteToWithGRGBAPNG()
88 ImageSize is = RawPNGTestUtil.getImageSize(); in testWriteToWithPalettePNG()
105 ImageSize is = RawPNGTestUtil.getImageSize(); in testGetImplicitFilterWithIndexColorModel()
119 ImageSize is = RawPNGTestUtil.getImageSize(); in testGetImplicitFilterWithComponentColorModel()
/dports/devel/flatzebra/flatzebra-0.1.7/src/flatzebra/
H A DPixmapArray.h76 Couple getImageSize() const;
111 PixmapArray::getImageSize() const in getImageSize() function
/dports/www/mediawiki135/mediawiki-1.35.5/includes/filerepo/file/
H A DUnregisteredLocalFile.php165 protected function getImageSize( $filename ) { function in UnregisteredLocalFile
170 return $this->handler->getImageSize( $this, $this->getLocalRefPath() );
177 $gis = $this->getImageSize( $this->getLocalRefPath() );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/filerepo/file/
H A DUnregisteredLocalFile.php165 protected function getImageSize( $filename ) { function in UnregisteredLocalFile
170 return $this->handler->getImageSize( $this, $this->getLocalRefPath() );
177 $gis = $this->getImageSize( $this->getLocalRefPath() );
/dports/games/cosmosmash/cosmosmash-1.4.8/src/
H A DCosmoSmashEngine.cpp392 groundPos - playerPA.getImageSize().y), in initializeSprites()
752 Couple bbSize = baseBulletPA.getImageSize(); in fireBullet()
843 Couple bbSize = baseBulletPA.getImageSize(); in animatePlayer()
927 groundPos - playerPA.getImageSize().y); in centerPlayerSprite()
1165 const Couple size = pa->getImageSize(); in animateAutomaticCharacters()
1191 const Couple size = pa->getImageSize(); in animateAutomaticCharacters()
1210 const Couple size = pulsarPA.getImageSize(); in animateAutomaticCharacters()
1230 const Couple size = saucerPA.getImageSize(); in animateAutomaticCharacters()
1262 const Couple size = questionPA.getImageSize(); in animateAutomaticCharacters()
1422 Couple size = explosionPA.getImageSize(); in createExplosionSprite()
[all …]
/dports/graphics/xmlgraphics-commons/xmlgraphics-commons-2.6/examples/java/image/loader/
H A DImageViewer.java85 public Dimension getImageSize() { in createErrorImage()
95 Dimension imageSize = getImageSize(); in createErrorImage()
110 Dimension dim = painter.getImageSize(); in createErrorImage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/
H A DSOImageService.java62 private Size getImageSize(final XInputStream image) throws ReportExecutionException in getImageSize() method in SOImageService
111 public Size getImageSize(final byte[] image) throws ReportExecutionException in getImageSize() method in SOImageService
113 return getImageSize(new ByteArrayToXInputStreamAdapter(image)); in getImageSize()
H A DImageService.java41 Size getImageSize(final byte[] image) throws ReportExecutionException; in getImageSize() method
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/
H A DSOImageService.java62 private Size getImageSize(final XInputStream image) throws ReportExecutionException in getImageSize() method in SOImageService
111 public Size getImageSize(final byte[] image) throws ReportExecutionException in getImageSize() method in SOImageService
113 return getImageSize(new ByteArrayToXInputStreamAdapter(image)); in getImageSize()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/Extra/
H A DReadKrita.cpp63 void getImageSize(int *width, int *height, std::string filename);
131 ReadKritaPlugin::getImageSize(int *width, int *height, std::string filename) in getImageSize() function in ReadKritaPlugin
230 getImageSize(&width,&height,filename); in getFrameBounds()
262 getImageSize(&width,&height,filename); in guessParamsFromFilename()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/pdf/
H A DImageRawPNGAdapterTestCase.java63 ImageSize is = RawPNGTestUtil.getImageSize(); in testSetupWithIndexColorModel()
83 ImageSize is = RawPNGTestUtil.getImageSize(); in testSetupWithComponentColorModel()
126 ImageSize is = RawPNGTestUtil.getImageSize(); in testOutputContentsWithGRGBAPNG()
185 ImageSize is = RawPNGTestUtil.getImageSize(); in testRenderingIntentImpliessRGBColorProfile()
/dports/graphics/jalbum/jAlbum/plugins/
H A DFixedShapeFilter.java39 : parseSize(engine.getImageSize()); in doFilter()
75 return (stage >= 4) ? parseSize(engine.getThumbSize()) : parseSize(engine.getImageSize()); in getModifiedSize()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/media/
H A DExifBitmapHandler.php175 public function getImageSize( $image, $path ) { function in ExifBitmapHandler
176 $gis = parent::getImageSize( $image, $path );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/media/
H A DExifBitmapHandler.php174 public function getImageSize( $image, $path ) { function in ExifBitmapHandler
175 $gis = parent::getImageSize( $image, $path );
/dports/devel/flexdock/flexdock-1.2.4/src/java/plaf/org/flexdock/plaf/theme/metal/
H A DMetalPainter.java126 int bufferWidth = buffer.getImageSize().width; in paintIcon()
127 int bufferHeight = buffer.getImageSize().height; in paintIcon()
201 public Dimension getImageSize() { in getImageSize() method in BumpBuffer
/dports/audio/atunes/atunes-3.1.2/src/net/sourceforge/atunes/kernel/modules/fullscreen/
H A DCoverFlow.java84 covers.add(new Cover(fullScreenImageSizeCalculator.getImageSize(i))); in initialize()
150 …text.getBean(PaintCoversBackgroundWorker.class).getCover(cover, audioObject, cover.getImageSize()); in fetchCover()
/dports/devel/xelfviewer/XELFViewer-0.03/Formats/
H A Dxcom.cpp60 result.nImageSize=getImageSize(); in getMemoryMap()
140 qint64 XCOM::getImageSize() in getImageSize() function in XCOM
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dzoomable-image.native.tsx206 private getImageSize = () => {
217 // getImageSize here as well to make sure resetInitial is called when all
219 this.setState({viewHeight: height, viewWidth: width}, this.getImageSize)
227 this.getImageSize()
233 this.getImageSize()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/
H A DAbstractGenericSVGHandler.java107 protected Dimension getImageSize(RendererContextWrapper wrappedContext) { in getImageSize() method in AbstractGenericSVGHandler
142 Dimension imageSize = getImageSize(wrappedContext); in renderSVGDocument()

12345678910>>...15