qt5base-lts/tests/auto/gui/painting
Allan Sandfeld Jensen 5551295028 Fix repremultiply from RGB64 to RGB30
Just like from RGB32 to RGB30 we must also repremultiply when converting
from RGB64 because the alpha channel loses more precision than the other
color channels.

Since this is not approximated accurately in the simple blending
functions and the functions are no longer needed now the main render
engine supports higher accuracy, the simple blending routines for RGB30
have been removed.

Change-Id: I2b7b8eb015e330a487848fc4370ad3a1e966be91
Reviewed-by: Gunnar Sletta <gunnar@sletta.org>
2015-08-11 09:33:06 +00:00
..
qbrush tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qcolor tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpagelayout tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpagesize Update copyright headers 2015-02-11 06:49:51 +00:00
qpaintengine Update copyright headers 2015-02-11 06:49:51 +00:00
qpainter Fix repremultiply from RGB64 to RGB30 2015-08-11 09:33:06 +00:00
qpainterpath tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qpainterpathstroker Update copyright headers 2015-02-11 06:49:51 +00:00
qpathclipper Update copyright headers 2015-02-11 06:49:51 +00:00
qpdfwriter Update copyright headers 2015-02-11 06:49:51 +00:00
qpen Update copyright headers 2015-02-11 06:49:51 +00:00
qpolygon Update copyright headers 2015-02-11 06:49:51 +00:00
qregion tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qtransform tests/auto/gui: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b). 2015-07-31 08:29:15 +00:00
qwmatrix Fix build of tests on QNX. 2015-03-14 07:05:34 +00:00
painting.pro QPdfWriter - Use QPageSize and QPageLayout 2014-03-17 13:45:52 +01:00