#include "qscreenahi_qws.h"
#include <QtGui/qcolor.h>
#include <QtGui/qapplication.h>
#include <QtCore/qvector.h>
#include <QtCore/qvarlengtharray.h>
#include <private/qwssignalhandler_p.h>
#include <ahi.h>
Go to the source code of this file.
◆ depthForPixelFormat()
static int depthForPixelFormat |
( |
const AhiPixelFormat_t |
format | ) |
|
|
static |
Definition at line 56 of file qscreenahi_qws.cpp.
Referenced by QAhiScreen::setMode().
65 case AhiPix8bpp_332RGB:
68 case AhiPix16bpp_444RGB:
70 case AhiPix16bpp_555RGB:
72 case AhiPix16bpp_565RGB:
74 case AhiPix32bpp_8888ARGB:
75 case AhiPix32bpp_8888BGRA:
◆ pixelFormatForImageFormat()
static AhiPixelFormat_t pixelFormatForImageFormat |
( |
const QImage::Format |
format | ) |
|
|
static |