office-gobmx/basebmp
2012-07-02 14:43:34 +01:00
..
inc/basebmp re-base on ALv2 code. 2012-06-19 18:00:37 +01:00
prj
source re-base on ALv2 code. 2012-06-19 18:00:37 +01:00
test targetted re-work of cppunit pieces. 2012-06-27 19:13:11 +01:00
CppunitTest_basebmp.mk basebmp gbuildification 2012-06-16 04:36:43 -05:00
Library_basebmp.mk targetted improvement of UNO API includes / usage 2012-07-02 14:43:34 +01:00
Makefile
Module_basebmp.mk basebmp gbuildification 2012-06-16 04:36:43 -05:00
Package_inc.mk basebmp gbuildification 2012-06-16 04:36:43 -05:00
README

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