Files
loongoffice/android
Tor Lillqvist 82f6505456 Progress finally
Now I get (a page of) the document rendered into a
bitmap. Unfortunately css.awt.XBitmap::getDIB() provides an in-core
24-bit (BGR) BMP file. (Yes, despite the name, it's not just the DIB,
but is prefixed with a BMP file header.) Android's Image class wants
RGBA. Hmm.

Change-Id: Ie0effef20751e1959644861af358d81538b6d6ea
2012-05-31 00:00:51 +03:00
..
2012-05-31 00:00:51 +03:00
2011-12-12 22:15:01 +02:00

android specific code, wrapper logic and tests