42 #ifndef QDIRECTFBBLITTER_H 43 #define QDIRECTFBBLITTER_H 47 #include <private/qblittable_p.h> 91 virtual bool fromFile(
const QString &filename,
const char *
format,
92 Qt::ImageConversionFlags flags);
95 bool fromDataBufferDescription(
const DFBDataBufferDescription &);
115 #endif // QDIRECTFBBLITTER_H
The QColor class provides colors based on RGB, HSV or CMYK values.
#define QT_END_NAMESPACE
This macro expands to.
CompositionMode
Defines the modes supported for digital image compositing.
T * data() const
Returns the value of the pointer referenced by this object.
virtual QImage * doLock()
void drawPixmapOpacity(const QRectF &rect, const QPixmap &pixmap, const QRectF &subrect, QPainter::CompositionMode cmode, qreal opacity)
The QString class provides a Unicode character string.
virtual void fillRect(const QRectF &rect, const QColor &color)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QRectF class defines a rectangle in the plane using floating point precision. ...
virtual ~QDirectFbBlitter()
QDirectFbBlitter(const QSize &size, IDirectFBSurface *surface)
virtual void drawPixmap(const QRectF &rect, const QPixmap &pixmap, const QRectF &subrect)
static DFBSurfacePixelFormat pixmapFormat()
The QImage class provides a hardware-independent image representation that allows direct access to th...
IDirectFBSurface * dfbSurface() const
void alphaFillRect(const QRectF &rect, const QColor &color, QPainter::CompositionMode cmode)
The QPixmap class is an off-screen image representation that can be used as a paint device...
The QSize class defines the size of a two-dimensional object using integer point precision.
static DFBSurfacePixelFormat selectPixmapFormat(bool withAlpha)
static DFBSurfacePixelFormat alphaPixmapFormat()
QDirectFBPointer< IDirectFBSurface > m_surface