4#ifndef QDRAWHELPER_X86_P_H
5#define QDRAWHELPER_X86_P_H
18#include <QtGui/private/qtguiglobal_p.h>
19#include <private/qdrawhelper_p.h>
24void qt_memfill64_sse2(quint64 *dest, quint64 value, qsizetype count);
25void qt_memfill32_sse2(quint32 *dest, quint32 value, qsizetype count);
26void qt_bitmapblit32_sse2(
QRasterBuffer *rasterBuffer,
int x,
int y,
28 const uchar *src,
int width,
int height,
int stride);
29void qt_bitmapblit8888_sse2(
QRasterBuffer *rasterBuffer,
int x,
int y,
31 const uchar *src,
int width,
int height,
int stride);
32void qt_bitmapblit16_sse2(
QRasterBuffer *rasterBuffer,
int x,
int y,
34 const uchar *src,
int width,
int height,
int stride);
35void qt_blend_argb32_on_argb32_sse2(uchar *destPixels,
int dbpl,
36 const uchar *srcPixels,
int sbpl,
39void qt_blend_rgb32_on_rgb32_sse2(uchar *destPixels,
int dbpl,
40 const uchar *srcPixels,
int sbpl,
44void qt_memfill64_avx2(quint64 *dest, quint64 value, qsizetype count);
45void qt_memfill32_avx2(quint32 *dest, quint32 value, qsizetype count);
static QT_BEGIN_NAMESPACE const int numCompositionFunctions