wxWidgets/tests/graphics
Vadim Zeitlin d130323a4c Fix default size of wxBitmapBundle created from scaled bitmap
We need to use GetDIPSize(), not GetLogicalSize(), for this to work
correctly under MSW too.

Also add a unit test checking for this.
2022-02-10 14:01:09 +00:00
..
affinematrix.cpp
bitmap.cpp
bmpbundle.cpp Fix default size of wxBitmapBundle created from scaled bitmap 2022-02-10 14:01:09 +00:00
boundingbox.cpp
clippingbox.cpp Add tests of clipping regions with wxDC with RTL layout enabled 2021-11-28 17:05:34 +01:00
colour.cpp
coords.cpp
ellipsization.cpp
graphbitmap.cpp Disable Direct2D checks failing under Wine 2021-08-24 17:12:05 +02:00
graphmatrix.cpp
graphpath.cpp Disable Direct2D checks failing under Wine 2021-08-24 17:12:05 +02:00
imagelist.cpp Use wxBitmap::GetLogicalXXX() instead of GetScaledXXX() 2022-01-22 18:57:31 +00:00
measuring.cpp