Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qwindowsnativeimage.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "qwindowsnativeimage_p.h"
#include <QtGui/private/qpaintengine_p.h>
#include <QtGui/private/qpaintengine_raster_p.h>
Include dependency graph for qwindowsnativeimage.cpp:

Go to the source code of this file.

Classes

struct  BITMAPINFO_MASK

Functions

static HDC createDC ()
static HBITMAP createDIB (HDC hdc, int width, int height, QImage::Format format, uchar **bitsIn)

Function Documentation

◆ createDC()

HDC createDC ( )
inlinestatic

Definition at line 29 of file qwindowsnativeimage.cpp.

◆ createDIB()

HBITMAP createDIB ( HDC hdc,
int width,
int height,
QImage::Format format,
uchar ** bitsIn )
inlinestatic

Definition at line 38 of file qwindowsnativeimage.cpp.