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_neon_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_NEON_P_H
6#define QDRAWHELPER_NEON_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 <private/qdrawhelper_p.h>
20
22
23#ifdef __ARM_NEON__
24
26 const uchar *srcPixels, int sbpl,
27 int w, int h,
28 int const_alpha);
29
31 const uchar *srcPixels, int sbpl,
32 int w, int h,
33 int const_alpha);
34
36 const uchar *srcPixels, int sbpl,
37 int w, int h,
38 int const_alpha);
39
41 const uint *src,
42 int length,
44
46 const uchar *srcPixels, int sbpl,
47 int w, int h,
48 int const_alpha);
49
51 const uchar *srcPixels, int sbpl,
52 int w, int h,
53 int const_alpha);
54
56 int x, int y, const QRgba64 &color,
57 const uchar *bitmap,
58 int mapWidth, int mapHeight, int mapStride,
59 const QClipData *clip, bool /*useGammaCorrection*/);
60
62 const uchar *srcPixels, int sbpl, int srch,
63 const QRectF &targetRect,
64 const QRectF &sourceRect,
65 const QRect &clip,
66 int const_alpha);
67
69 const uchar *srcPixels, int sbpl, int srch,
70 const QRectF &targetRect,
71 const QRectF &sourceRect,
72 const QRect &clip,
73 int const_alpha);
74
76 const uchar *srcPixels, int sbpl,
77 const QRectF &targetRect,
78 const QRectF &sourceRect,
79 const QRect &clip,
81 int const_alpha);
82
84 const uchar *srcPixels, int sbpl,
85 const QRectF &targetRect,
86 const QRectF &sourceRect,
87 const QRect &clip,
89 int const_alpha);
90
92void qt_memrotate90_16_neon(const uchar *srcPixels, int w, int h, int sbpl, uchar *destPixels, int dbpl);
93void qt_memrotate270_16_neon(const uchar *srcPixels, int w, int h, int sbpl, uchar *destPixels, int dbpl);
94
97 int x, int y, int length);
98
100 int x, int y, const uint *buffer, int length);
101
104
106 int y, int x, int length);
107
108#endif // __ARM_NEON__
109
111
112#endif // QDRAWHELPER_NEON_P_H
\inmodule QtSql