ugfx/include
Mateusz Tomaszkiewicz d3d561535b gdisp: fixed bug in line drawing function
There was a problem when you drew a line from (x0,y0) to (x1,y1) and
these points met following conditions: y0 = y1 and x0 > x1. The viewport
was set incorrectly to start from (x0,y1) when it should start from
(x1,y0) since x1 is lower in this case.
(x1,y1) would be also OK since y0 = y1.
2013-06-26 00:47:13 +02:00
..
gadc License header updates 2013-06-15 21:37:22 +10:00
gaudin License header updates 2013-06-15 21:37:22 +10:00
gaudout License header updates 2013-06-15 21:37:22 +10:00
gdisp gdisp: fixed bug in line drawing function 2013-06-26 00:47:13 +02:00
gevent License header updates 2013-06-15 21:37:22 +10:00
ginput License header updates 2013-06-15 21:37:22 +10:00
gmisc License header updates 2013-06-15 21:37:22 +10:00
gos License header updates 2013-06-15 21:37:22 +10:00
gqueue License header updates 2013-06-15 21:37:22 +10:00
gtimer License header updates 2013-06-15 21:37:22 +10:00
gwin License header updates 2013-06-15 21:37:22 +10:00
tdisp License header updates 2013-06-15 21:37:22 +10:00
gfx.h License header updates 2013-06-15 21:37:22 +10:00
gfx_rules.h License header updates 2013-06-15 21:37:22 +10:00