Files
koreader/frontend
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-27 12:56:47 +02:00
2014-09-28 21:11:03 +02:00
2014-08-14 19:52:30 +08:00
2014-03-13 21:52:43 +08:00
2014-06-04 21:55:01 +08:00
2014-05-15 16:11:26 +08:00
2014-03-13 21:52:43 +08:00