office-gobmx/basebmp
Tor Lillqvist 81f077bcf2 Don't point to inc directories that don't exist any longer
Change-Id: If783897a60a545baf3968c5eeccf80a1e186bc51
2013-04-24 11:27:16 +03:00
..
source
test
CppunitTest_basebmp.mk Don't point to inc directories that don't exist any longer 2013-04-24 11:27:16 +03:00
Library_basebmp.mk Don't point to inc directories that don't exist any longer 2013-04-24 11:27:16 +03:00
Makefile
Module_basebmp.mk execute move of global headers 2013-04-23 22:20:31 +02:00
README
StaticLibrary_basebmp.mk Don't point to inc directories that don't exist any longer 2013-04-24 11:01:06 +03:00

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].