office-gobmx/basebmp
Tor Lillqvist 0b2eae62f1 No need for Android, iOS or CROSS_COMPILING conditionals for unit tests
We don't run unit tests when cross-compiling anyway and since
d4ea8c6b7e the corresponding .mk files
aren't even read by Make.

Change-Id: Icbee9ad51841d515a551e67708d9594358ce7e71
2013-04-15 21:37:50 +03:00
..
inc/basebmp Nah, I don't need a getOffset(), but I do need a getBufferSize() 2013-04-12 02:24:12 +03:00
source Nah, I don't need a getOffset(), but I do need a getBufferSize() 2013-04-12 02:24:12 +03:00
test
CppunitTest_basebmp.mk No need for Android, iOS or CROSS_COMPILING conditionals for unit tests 2013-04-15 21:37:50 +03:00
Library_basebmp.mk
Makefile
Module_basebmp.mk
Package_inc.mk
README
StaticLibrary_basebmp.mk

Provides a BitmapDevice: the vcl software renderer

Provides algorithms and data types for bitmap graphics e.g. line and fill
polygon scan conversion, bitmap format iterators, and a SalGraphics-compatible
software renderer

Used for example for wmf / svm files. E.g. used when you do -headless, and
have no DISPLAY set - it's an all-software backend for the LibO graphic
backend. also see [git:vcl/headless].