office-gobmx/basebmp
Bjoern Michaelsen b9337e22ce execute move of global headers
see https://gerrit.libreoffice.org/#/c/3367/
and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details

Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-23 22:20:31 +02:00
..
source Nah, I don't need a getOffset(), but I do need a getBufferSize() 2013-04-12 02:24:12 +03:00
test _USE_MATH_DEFINES is already taken care of by sal/config.h 2013-03-27 09:36:49 +01:00
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 execute move of global headers 2013-04-23 22:20:31 +02:00
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].