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
qdrawhelper_x86_p.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3// Qt-Security score:significant reason:default
4
5#ifndef QDRAWHELPER_X86_P_H
6#define QDRAWHELPER_X86_P_H
7
8//
9// W A R N I N G
10// -------------
11//
12// This file is not part of the Qt API. It exists purely as an
13// implementation detail. This header file may change from version to
14// version without notice, or even be removed.
15//
16// We mean it.
17//
18
19#include <QtGui/private/qtguiglobal_p.h>
20#include <private/qdrawhelper_p.h>
21
23
24#ifdef __SSE2__
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,
28 const QRgba64 &color,
29 const uchar *src, int width, int height, int stride);
30void qt_bitmapblit8888_sse2(QRasterBuffer *rasterBuffer, int x, int y,
31 const QRgba64 &color,
32 const uchar *src, int width, int height, int stride);
33void qt_bitmapblit16_sse2(QRasterBuffer *rasterBuffer, int x, int y,
34 const QRgba64 &color,
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,
38 int w, int h,
39 int const_alpha);
40void qt_blend_rgb32_on_rgb32_sse2(uchar *destPixels, int dbpl,
41 const uchar *srcPixels, int sbpl,
42 int w, int h,
43 int const_alpha);
44
45void qt_memfill64_avx2(quint64 *dest, quint64 value, qsizetype count);
46void qt_memfill32_avx2(quint32 *dest, quint32 value, qsizetype count);
47#endif // __SSE2__
48
49static const int numCompositionFunctions = 38;
50
51QT_END_NAMESPACE
52
53#endif // QDRAWHELPER_X86_P_H
Combined button and popup list for selecting options.
static QT_BEGIN_NAMESPACE const int numCompositionFunctions