wxWidgets/tests/graphics
Vadim Zeitlin 092e772848 Use wxAlphaPixelData for default native bitmaps in the unit test
The unit test added in 607b800444 didn't work on
the systems using 32 bpp screens, i.e. almost all of them, because it tried to
use 24 bpp wxNativePixelData with them.

Fix this by using wxAlphaPixelData, which won't work on non 32 bpp systems,
and so is still not ideal, but at least makes the test work on most systems by
default.

See #17666.
2017-01-03 02:51:55 +01:00
..
affinematrix.cpp Add new test of affine transformation matrix 2016-09-18 23:10:26 +02:00
bitmap.cpp Use wxAlphaPixelData for default native bitmaps in the unit test 2017-01-03 02:51:55 +01:00
boundingbox.cpp Add few tests of retrieving bounding box 2016-09-16 22:29:34 +02:00
clippingbox.cpp Add tests of setting clipping region and retrieving clipping box 2016-09-01 20:35:09 +02:00
colour.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00
ellipsization.cpp Fix ellipsization unit test when using pixel scaling 2016-02-26 15:09:39 +01:00
graphmatrix.cpp Add test suite to check wxGraphicsMatrix operations 2016-09-18 23:09:44 +02:00
measuring.cpp Use wx-prefixed macros throughout the repository. 2015-04-23 22:00:35 +04:00