5#ifndef QDRAWHELPER_X86_P_H
6#define QDRAWHELPER_X86_P_H
19#include <QtGui/private/qtguiglobal_p.h>
20#include <private/qdrawhelper_p.h>
25void qt_memfill64_sse2(quint64 *dest, quint64 value, qsizetype count);
26void qt_memfill32_sse2(quint32 *dest, quint32 value, qsizetype count);
27void qt_bitmapblit32_sse2(
QRasterBuffer *rasterBuffer,
int x,
int y,
29 const uchar *src,
int width,
int height,
int stride);
30void qt_bitmapblit8888_sse2(
QRasterBuffer *rasterBuffer,
int x,
int y,
32 const uchar *src,
int width,
int height,
int stride);
33void qt_bitmapblit16_sse2(
QRasterBuffer *rasterBuffer,
int x,
int y,
35 const uchar *src,
int width,
int height,
int stride);
36void qt_blend_argb32_on_argb32_sse2(uchar *destPixels,
int dbpl,
37 const uchar *srcPixels,
int sbpl,
40void qt_blend_rgb32_on_rgb32_sse2(uchar *destPixels,
int dbpl,
41 const uchar *srcPixels,
int sbpl,
45void qt_memfill64_avx2(quint64 *dest, quint64 value, qsizetype count);
46void qt_memfill32_avx2(quint32 *dest, quint32 value, qsizetype count);
Combined button and popup list for selecting options.
static QT_BEGIN_NAMESPACE const int numCompositionFunctions