gint/src/render
Lephe ef0e5e32f8
render: add one-parameter dvline() and dhline()
Behave like Basic's Horizontal and Vertical commands. Internal dline()
optimizations are renamed gint_dhline() and gint_dvline().

Also supports ghline() and gvline() in the gray engine.

Optimization cases here are amost negligible due to limiting RAM access
frequencies and the very limited amount of work accomplished in the
functions. Code maintainability is prioritized by using dline().
2019-09-07 11:26:11 +02:00
..
dline.c render: add one-parameter dvline() and dhline() 2019-09-07 11:26:11 +02:00
dprint.c exc: add exception handlers, use them in the DMA 2019-09-03 22:15:00 +02:00
topti.c topti: return previously-configured font in dfont() 2019-07-27 19:47:04 -04:00