![]() |
Qt 6.x
The Qt SDK
|
#include "qbitmap.h"#include "qpixmap.h"#include <private/qpixmap_win_p.h>#include <qpa/qplatformpixmap.h>#include "qpixmap_raster_p.h"#include <qdebug.h>#include <QScopedArrayPointer>#include <qt_windows.h>#include <algorithm>#include <iterator>
Include dependency graph for qpixmap_win.cpp:Go to the source code of this file.
Classes | |
| struct | BITMAPINFO_COLORTABLE256 |
| class | DisplayHdc |
Enumerations | |
| enum | { Indexed8ColorTableSize = 256 } |
| enum | HBitmapFormat { HBitmapNoAlpha , HBitmapPremultipliedAlpha , HBitmapAlpha } |
Functions | |
| template<typename Int > | |
| static QT_BEGIN_NAMESPACE Int | pad4 (Int v) |
| QDebug | operator<< (QDebug d, const BITMAPINFOHEADER &bih) |
| static void | initBitMapInfoHeader (int width, int height, bool topToBottom, DWORD compression, DWORD bitCount, BITMAPINFOHEADER *bih) |
| template<class BITMAPINFO_T > | |
| static void | initBitMapInfo (int width, int height, bool topToBottom, DWORD compression, DWORD bitCount, BITMAPINFO_T *bmi) |
| static uchar * | getDiBits (HDC hdc, HBITMAP bitmap, int width, int height, bool topToBottom=true) |
| static void | copyImageDataCreateAlpha (const uchar *data, QImage *target) |
| static void | flipRgb3 (uchar *p, int width, int height) |
| static RGBQUAD | qRgbToRgbQuad (QRgb qrgb) |
| static QRgb | rgbQuadToQRgb (RGBQUAD quad) |
| static QImage | copyImageData (const BITMAPINFOHEADER &header, const RGBQUAD *colorTableIn, const void *data, QImage::Format format) |
| static HBITMAP | qt_createIconMask (QImage bm) |
| HBITMAP | qt_createIconMask (const QBitmap &bitmap) |
| static QImage::Format | format32 (int hbitmapFormat) |
| HBITMAP | qt_imageToWinHBITMAP (const QImage &imageIn, int hbitmapFormat) |
| HBITMAP | qt_pixmapToWinHBITMAP (const QPixmap &p, int hbitmapFormat) |
| static QImage::Format | imageFromWinHBITMAP_Format (const BITMAPINFOHEADER &header, int hbitmapFormat) |
| static QImage | imageFromWinHBITMAP_DibSection (HBITMAP bitmap, int hbitmapFormat) |
| static QImage | imageFromWinHBITMAP_GetDiBits (HBITMAP bitmap, bool forceQuads, int hbitmapFormat) |
| QImage | qt_imageFromWinHBITMAP (HBITMAP bitmap, int hbitmapFormat) |
| QPixmap | qt_pixmapFromWinHBITMAP (HBITMAP bitmap, int hbitmapFormat) |
| HICON | qt_pixmapToWinHICON (const QPixmap &p) |
| QImage | qt_imageFromWinHBITMAP (HDC hdc, HBITMAP bitmap, int w, int h) |
| static QImage | qt_imageFromWinIconHBITMAP (HDC hdc, HBITMAP bitmap, int w, int h) |
| static bool | hasAlpha (const QImage &image) |
| QPixmap | qt_pixmapFromWinHICON (HICON icon) |
| anonymous enum |
| Enumerator | |
|---|---|
| Indexed8ColorTableSize | |
Definition at line 55 of file qpixmap_win.cpp.
| enum HBitmapFormat |
| Enumerator | |
|---|---|
| HBitmapNoAlpha | |
| HBitmapPremultipliedAlpha | |
| HBitmapAlpha | |
Definition at line 189 of file qpixmap_win.cpp.
|
static |
Definition at line 130 of file qpixmap_win.cpp.
References copyImageDataCreateAlpha(), QImage::Format_Indexed8, QImage::Format_Mono, QImage::Format_RGB888, header(), Indexed8ColorTableSize, Q_ASSERT, qAbs(), QList< T >::reserve(), and rgbQuadToQRgb().
Referenced by imageFromWinHBITMAP_DibSection(), and imageFromWinHBITMAP_GetDiBits().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 84 of file qpixmap_win.cpp.
References QImage::Format_RGB32, and QRgb.
Referenced by copyImageData(), and qt_imageFromWinHBITMAP().
Here is the caller graph for this function:Definition at line 105 of file qpixmap_win.cpp.
References pad4().
Referenced by qt_imageToWinHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 215 of file qpixmap_win.cpp.
References QImage::Format_ARGB32, QImage::Format_ARGB32_Premultiplied, QImage::Format_RGB32, HBitmapAlpha, and HBitmapNoAlpha.
Referenced by qt_imageToWinHBITMAP().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 71 of file qpixmap_win.cpp.
References initBitMapInfo(), and qErrnoWarning().
Referenced by qt_imageFromWinHBITMAP(), and qt_imageFromWinIconHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 569 of file qpixmap_win.cpp.
References qAlpha(), and QRgb.
Referenced by QPdfEnginePrivate::addImage(), QCALayerBackingStore::beginPaint(), QWindowsVistaStylePrivate::drawBackgroundThruNativeBuffer(), QQC2::QWindowsXPStylePrivate::drawBackgroundThruNativeBuffer(), QWindowsBackingStore::flush(), QRasterBackingStore::format(), QOpenGLWindow::grabFramebuffer(), QOpenGLWidgetPrivate::grabFramebuffer(), parseColorValue(), qt_color_from_string(), QWindowsWindow::setOpacity(), QWindowsWindow::setWindowLayered(), setWindowOpacity(), and updateGLWindowSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 396 of file qpixmap_win.cpp.
References copyImageData(), QImage::Format_Invalid, and imageFromWinHBITMAP_Format().
Referenced by qt_imageFromWinHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 370 of file qpixmap_win.cpp.
References QImage::Format_ARGB32_Premultiplied, QImage::Format_BGR888, QImage::Format_Indexed8, QImage::Format_Invalid, QImage::Format_Mono, QImage::Format_RGB32, QImage::Format_RGB555, HBitmapNoAlpha, and header().
Referenced by imageFromWinHBITMAP_DibSection(), and imageFromWinHBITMAP_GetDiBits().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 417 of file qpixmap_win.cpp.
References BITMAPINFO_COLORTABLE256::bmiColors, copyImageData(), QImage::Format_Invalid, imageFromWinHBITMAP_Format(), info, qAbs(), qErrnoWarning(), and qWarning.
Referenced by qt_imageFromWinHBITMAP(), and qt_pixmapFromWinHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 63 of file qpixmap_win.cpp.
References initBitMapInfoHeader().
Referenced by getDiBits(), and qt_imageToWinHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 39 of file qpixmap_win.cpp.
References pad4().
Referenced by initBitMapInfo().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 20 of file qpixmap_win.cpp.
References Int.
Referenced by flipRgb3(), and initBitMapInfoHeader().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 117 of file qpixmap_win.cpp.
References qBlue(), qGreen(), and qRed().
Referenced by qt_imageToWinHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:| HBITMAP qt_createIconMask | ( | const QBitmap & | bitmap | ) |
Definition at line 210 of file qpixmap_win.cpp.
References QImage::Format_Mono, and qt_createIconMask().
Here is the call graph for this function:
|
static |
Definition at line 196 of file qpixmap_win.cpp.
References QImage::constScanLine(), QImage::format(), QImage::Format_Mono, QImage::height(), QImage::invertPixels(), Q_ASSERT, and QImage::width().
Referenced by QWindowsCursor::createPixmapCursor(), and qt_createIconMask().
Here is the call graph for this function:
Here is the caller graph for this function:| QImage qt_imageFromWinHBITMAP | ( | HBITMAP | bitmap, |
| int | hbitmapFormat | ||
| ) |
Definition at line 453 of file qpixmap_win.cpp.
References imageFromWinHBITMAP_DibSection(), and imageFromWinHBITMAP_GetDiBits().
Here is the call graph for this function:| QImage qt_imageFromWinHBITMAP | ( | HDC | hdc, |
| HBITMAP | bitmap, | ||
| int | w, | ||
| int | h | ||
| ) |
Definition at line 545 of file qpixmap_win.cpp.
References copyImageDataCreateAlpha(), QImage::Format_ARGB32_Premultiplied, and getDiBits().
Here is the call graph for this function:
|
static |
Definition at line 557 of file qpixmap_win.cpp.
References QImage::Format_ARGB32_Premultiplied, and getDiBits().
Here is the call graph for this function:| HBITMAP qt_imageToWinHBITMAP | ( | const QImage & | imageIn, |
| int | hbitmapFormat | ||
| ) |
Definition at line 228 of file qpixmap_win.cpp.
References BITMAPINFO_COLORTABLE256::bmiColors, QImage::convertToFormat(), flipRgb3(), format32(), QImage::Format_ARGB32, QImage::Format_ARGB32_Premultiplied, QImage::Format_BGR888, QImage::Format_Grayscale8, QImage::Format_Indexed8, QImage::Format_Mono, QImage::Format_MonoLSB, QImage::Format_RGB16, QImage::Format_RGB32, QImage::Format_RGB555, QImage::Format_RGB888, initBitMapInfo(), QImage::isNull(), qErrnoWarning(), qRgbToRgbQuad(), and qt_imageToWinHBITMAP().
Referenced by qt_imageToWinHBITMAP(), and qt_pixmapToWinHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:| QPixmap qt_pixmapFromWinHBITMAP | ( | HBITMAP | bitmap, |
| int | hbitmapFormat | ||
| ) |
Definition at line 485 of file qpixmap_win.cpp.
References QPixmap::fromImage(), and imageFromWinHBITMAP_GetDiBits().
Referenced by QWindowsScreen::grabWindow().
Here is the call graph for this function:
Here is the caller graph for this function:| QPixmap qt_pixmapFromWinHICON | ( | HICON | icon | ) |
Definition at line 645 of file qpixmap_win.cpp.
References QPixmap::fromImage(), and icon.
Referenced by QWindowsFileIconEngine::filePixmap(), loadIconFromShell32(), pixmapFromShellImageList(), and QWindowsTheme::standardPixmap().
Here is the call graph for this function:
Here is the caller graph for this function:| HBITMAP qt_pixmapToWinHBITMAP | ( | const QPixmap & | p, |
| int | hbitmapFormat | ||
| ) |
Definition at line 354 of file qpixmap_win.cpp.
References Qt::AutoColor, QPlatformPixmap::BitmapType, QPlatformPixmap::classId(), QRasterPlatformPixmap::fromImage(), QPlatformPixmap::PixmapType, platformPixmap(), qt_imageToWinHBITMAP(), qt_pixmapToWinHBITMAP(), and QPlatformPixmap::RasterClass.
Referenced by QWindowsCursor::createPixmapCursor(), QWin32PrintEngine::drawPixmap(), QWin32PrintEngine::drawTiledPixmap(), and qt_pixmapToWinHBITMAP().
Here is the call graph for this function:
Here is the caller graph for this function:| HICON qt_pixmapToWinHICON | ( | const QPixmap & | p | ) |
Definition at line 536 of file qpixmap_win.cpp.
References QImage::convertToFormat(), QImage::Format_Mono, QPixmap::isNull(), QPixmap::mask(), and QPixmap::toImage().
Referenced by createHIcon(), and QWindowsSystemTrayIcon::showMessage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 123 of file qpixmap_win.cpp.
Referenced by copyImageData().
Here is the caller graph for this function: