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_loongarch64_p.h
Go to the documentation of this file.
1// Copyright (C) 2024 Loongson Technology Corporation Limited.
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_LOONGARCH64_P_H
6#define QDRAWHELPER_LOONGARCH64_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 QT_COMPILER_SUPPORTS_LSX
25void qt_memfill64_lsx(quint64 *dest, quint64 value, qsizetype count);
26void qt_memfill32_lsx(quint32 *dest, quint32 value, qsizetype count);
27void qt_bitmapblit32_lsx(QRasterBuffer *rasterBuffer, int x, int y,
28 const QRgba64 &color,
29 const uchar *src, int width, int height, int stride);
30void qt_bitmapblit8888_lsx(QRasterBuffer *rasterBuffer, int x, int y,
31 const QRgba64 &color,
32 const uchar *src, int width, int height, int stride);
33void qt_bitmapblit16_lsx(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_lsx(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_lsx(uchar *destPixels, int dbpl,
41 const uchar *srcPixels, int sbpl,
42 int w, int h,
43 int const_alpha);
44
45#endif // QT_COMPILER_SUPPORTS_LSX
46
47#ifdef QT_COMPILER_SUPPORTS_LASX
48void qt_memfill64_lasx(quint64 *dest, quint64 value, qsizetype count);
49void qt_memfill32_lasx(quint32 *dest, quint32 value, qsizetype count);
50#endif // QT_COMPILER_SUPPORTS_LASX
51
52QT_END_NAMESPACE
53
54#endif // QDRAWHELPER_LOONGARCH64_P_H
Combined button and popup list for selecting options.