office-gobmx/basebmp
Tor Lillqvist 2729a77b49 Add debugging printout of subsetting information
Change-Id: I6c37885823f14dcfbe750691dad27e094f46e66e
2013-04-11 19:14:45 +03:00
..
inc/basebmp
source Add debugging printout of subsetting information 2013-04-11 19:14:45 +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
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].