qt6-bb10/tests/auto/gui/image/qimage
Allan Sandfeld Jensen 04413b9dd8 Allow painting above INT16_MAX on 64-bit architectures
The logic in qgrayraster was ready for it except for an intermediate
format. qrasterizer.cpp and qcosmeticstroker.cpp uses a dot-16 fixed
point format, and had to be changed to handle higher coordinates on
64-bit architectures.

Fixes: QTBUG-84428
Change-Id: I85ab7a04e38bd0dbcefa9f16c16ccc84785a33cf
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-11-09 14:04:13 +01:00
..
images
.gitignore
CMakeLists.txt
qimage.pro
qimage.qrc
tst_qimage.cpp Allow painting above INT16_MAX on 64-bit architectures 2020-11-09 14:04:13 +01:00