Files
koreader/frontend/ui
Hans-Werner Hilse adbcdddb56 undo wrong use of addblitFrom()
rendertext.lua did use addblitFrom() for rendering text - i.e. blitting
the letters to a BlitBuffer. However, it used intensity=1.0, which is
the same as doing a (faster, more efficient) blitFrom(). So use that
instead.

What was probably intented here is a different kind of blitting - using
the bitbuffer of the glyph as a mask.
2014-09-28 21:11:03 +02:00
..
2014-09-18 14:03:55 +08:00
2014-03-13 21:52:43 +08:00
2014-03-13 21:52:43 +08:00
2014-09-25 22:33:31 +08:00
2014-09-05 21:07:43 +08:00
2014-09-28 21:11:03 +02:00
2013-10-22 17:11:31 +02:00
2014-06-08 19:56:42 +08:00