libreoffice-online/ios
Tor Lillqvist 51035056d6 LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memory
To get that with CoreGraphics on iOS we need to use also
kCGImageByteOrder32Little in the CGBitmapContextCreate() call,
otherwise the bytes will be in ARGB order in memory.

Also, yes, we do need to turn the coordinate system upside-down from
the top left corner.
2018-10-05 19:01:19 +03:00
..
.gitignore
config.h Still more iOS app and related Online C++ code hacking 2018-09-19 11:31:18 +03:00
ios.h Pass correct argument on iOS as pBuffer to lok::Document::paintTile() 2018-09-21 10:29:56 +03:00
ios.mm LibreOfficeKit wants the tile pixmap bytes to be in BGRA order in memory 2018-10-05 19:01:19 +03:00