wxWidgets/include
Artur Wieczorek bae8bb4c45 Optimize drawing horizontal/vertical lines
On DC with a non-rotated coordinate system drawing a filled rectangle with ExtTextOut() Win API is faster than drawing a line with MoveTo()/LineTo() so on such DCs we can use ExtTextOut() to draw horizontal/vertical lines with solid colors and square ends instead of calling MoveTo()/LineTo().

See #18517.
2019-10-18 18:06:12 +02:00
..
msvc/wx Add wxMSVC_VERSION_ABI_COMPAT 2019-09-29 22:59:50 +02:00
wx Optimize drawing horizontal/vertical lines 2019-10-18 18:06:12 +02:00