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
4#ifndef QDRAWHELPER_NEON_P_H
5#define QDRAWHELPER_NEON_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include <private/qdrawhelper_p.h>
19
21
22#ifdef __ARM_NEON__
23
25 const uchar *srcPixels, int sbpl,
26 int w, int h,
27 int const_alpha);
28
30 const uchar *srcPixels, int sbpl,
31 int w, int h,
32 int const_alpha);
33
35 const uchar *srcPixels, int sbpl,
36 int w, int h,
37 int const_alpha);
38
40 const uint *src,
41 int length,
43
45 const uchar *srcPixels, int sbpl,
46 int w, int h,
47 int const_alpha);
48
50 const uchar *srcPixels, int sbpl,
51 int w, int h,
52 int const_alpha);
53
55 int x, int y, const QRgba64 &color,
56 const uchar *bitmap,
57 int mapWidth, int mapHeight, int mapStride,
58 const QClipData *clip, bool /*useGammaCorrection*/);
59
61 const uchar *srcPixels, int sbpl, int srch,
62 const QRectF &targetRect,
63 const QRectF &sourceRect,
64 const QRect &clip,
65 int const_alpha);
66
68 const uchar *srcPixels, int sbpl, int srch,
69 const QRectF &targetRect,
70 const QRectF &sourceRect,
71 const QRect &clip,
72 int const_alpha);
73
75 const uchar *srcPixels, int sbpl,
76 const QRectF &targetRect,
77 const QRectF &sourceRect,
78 const QRect &clip,
80 int const_alpha);
81
83 const uchar *srcPixels, int sbpl,
84 const QRectF &targetRect,
85 const QRectF &sourceRect,
86 const QRect &clip,
88 int const_alpha);
89
91void qt_memrotate90_16_neon(const uchar *srcPixels, int w, int h, int sbpl, uchar *destPixels, int dbpl);
92void qt_memrotate270_16_neon(const uchar *srcPixels, int w, int h, int sbpl, uchar *destPixels, int dbpl);
93
96 int x, int y, int length);
97
99 int x, int y, const uint *buffer, int length);
100
103
105 int y, int x, int length);
106
107#endif // __ARM_NEON__
108
110
111#endif // QDRAWHELPER_NEON_P_H
\inmodule QtSql