Home
last modified time | relevance | path

Searched refs:currentPixmap (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/gl/
H A Dtexture_gl.cpp1131 …if ( !(count_bits_set(currentPixmap->getW()) == 1 && count_bits_set(currentPixmap->getH()) == 1) && in init()
1136currentPixmap->Scale(glFormat,next_power_of_2(currentPixmap->getW()),next_power_of_2(currentPixmap in init()
1140 currentPixmap->getW(), currentPixmap->getH(), 0, in init()
1148 currentPixmap->getW(), currentPixmap->getH(), 0, in init()
1160 currentPixmap->getW(), currentPixmap->getH(), in init()
1171 currentPixmap->getW(), currentPixmap->getH(), in init()
1192 …if ( !(count_bits_set(currentPixmap->getW()) == 1 && count_bits_set(currentPixmap->getH()) == 1) && in init()
1197currentPixmap->Scale(glFormat,next_power_of_2(currentPixmap->getW()),next_power_of_2(currentPixmap in init()
1202 currentPixmap->getW(), currentPixmap->getH(), in init()
1211 currentPixmap->getW(), currentPixmap->getH(), in init()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/progressmanager/
H A Dworkingwidget.cpp50 currentPixmap(0) in Private()
55 int currentPixmap; member in Digikam::WorkingWidget::Private
79 if (d->currentPixmap >= d->pixmaps->frameCount()) in slotChangeImage()
81 d->currentPixmap = 0; in slotChangeImage()
84 setPixmap(d->pixmaps->frameAt(d->currentPixmap)); in slotChangeImage()
86 d->currentPixmap++; in slotChangeImage()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Dsoftwareimagewidget.cpp182 currentPixmap = *cpm; in paintEvent()
183 currentPixmap.imagePath = cpm->imagePath; in paintEvent()
186 drawScaledImage(&currentPixmap, &p); in paintEvent()
188 drawCenteredImage(&currentPixmap, &p); in paintEvent()
194 if ( !currentPixmap.isNull() ) in toBase64()
195 pm = currentPixmap; in toBase64()
307 p.begin(&currentPixmap); in loadImage()
392 currentPixmap = pm; in loadImage()
393 currentPixmap.imagePath = filePath; in loadImage()
394 …qmc2ImagePixmapCache.insert(myCacheKey, new ImagePixmap(currentPixmap), currentPixmap.toImage().by… in loadImage()
[all …]
H A Dimagewidget.cpp235 currentPixmap = *cpm; in paintEvent()
239 drawScaledImage(&currentPixmap, &p); in paintEvent()
351 currentPixmap = pm; in loadImage()
410 currentPixmap = pm; in loadImage()
422 p.begin(&currentPixmap); in loadImage()
480 currentPixmap = pm; in loadImage()
546 currentPixmap = pm; in loadImage()
609 currentPixmap = pixmap; in replaceImage()
941 if ( !currentPixmap.isNull() ) in copyToClipboard()
961 if ( !currentPixmap.isNull() ) in toBase64()
[all …]
/dports/games/glest/glest_source_3.2.2/source/shared_lib/sources/graphics/gl/
H A Dtexture_gl.cpp328 const Pixmap2D *currentPixmap= pixmap.getFace(i); in init() local
330 GLint glFormat= toFormatGl(format, currentPixmap->getComponents()); in init()
331 GLint glInternalFormat= toInternalFormatGl(format, currentPixmap->getComponents()); in init()
334 const uint8* pixels= pixmapInit? currentPixmap->getPixels(): NULL; in init()
340 currentPixmap->getW(), currentPixmap->getH(), in init()
350 currentPixmap->getW(), currentPixmap->getH(), in init()
/dports/audio/sayonara/sayonara-player-5bbf1399332d5d59362ad03bf625f9132be72206/src/Gui/Utils/Widgets/
H A DImageButton.cpp52 QPixmap currentPixmap, currentPixmapScaled;
68 this->currentPixmap = this->invalidPixmap;
114 m->oldPixmap = m->currentPixmap;
118 m->currentPixmap = pm;
119 m->currentPixmapScaled = m->currentPixmap.scaled
156 return m->currentPixmap;
298 if(m->currentPixmap.isNull()){
302 …m->currentPixmapScaled = m->currentPixmap.scaled(w, h, Qt::KeepAspectRatio, Qt::SmoothTransformati…
/dports/graphics/qgis/qgis-3.22.3/src/core/
H A Dqgsanimatedicon.cpp64 return mMovie->currentPixmap().width(); in width()
69 return mMovie->currentPixmap().height(); in height()
76 mIcon = QIcon( mMovie->currentPixmap() ); in onFrameChanged()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/
H A Dqgsanimatedicon.cpp64 return mMovie->currentPixmap().width(); in width()
69 return mMovie->currentPixmap().height(); in height()
76 mIcon = QIcon( mMovie->currentPixmap() ); in onFrameChanged()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/util/
H A Danimators.cpp52 currentPixmap = pixmaps.at( 0 ); in PixmapAnimator()
67 currentPixmap = pixmaps.at( current_frame ); in updateCurrentTime()
68 emit pixmapReady( currentPixmap ); in updateCurrentTime()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
469 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
471 currentPixmap = info.pixmap; in next()
498 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
499 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
796 return d->currentPixmap.toImage(); in currentImage()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/image/
H A Dqmovie.cpp256 QPixmap currentPixmap; member in QMoviePrivate
468 currentPixmap = QPixmap::fromImage( info.pixmap.toImage().scaled(scaledSize) ); in next()
470 currentPixmap = info.pixmap; in next()
501 if (frameRect.size() != currentPixmap.rect().size()) { in _q_loadNextFrame()
502 frameRect = currentPixmap.rect(); in _q_loadNextFrame()
777 QPixmap QMovie::currentPixmap() const in currentPixmap() function in QMovie
780 return d->currentPixmap; in currentPixmap()
791 return d->currentPixmap.toImage(); in currentImage()

1234567