office-gobmx/basebmp
Tor Lillqvist 60cfa64345 Bin no longer used iOS cppunit stuff that even breaks the build
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
2012-08-02 19:16:53 +03:00
..
inc/basebmp re-base on ALv2 code. Includes: 2012-07-18 15:00:25 +01:00
prj
source re-base on ALv2 code. Includes: 2012-07-18 15:00:25 +01:00
test Bin no longer used iOS cppunit stuff that even breaks the build 2012-08-02 19:16:53 +03:00
CppunitTest_basebmp.mk
Library_basebmp.mk
Makefile re-base on ALv2 code. Includes: 2012-07-18 15:00:25 +01:00
Module_basebmp.mk
Package_inc.mk
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].