office-gobmx/basebmp
Tor Lillqvist 65d17f83f7 Avoid misleading term "factory method", just say "function"
Change-Id: I35de0d7eedae5454001fad7e43c6697d9042a829
2012-06-11 09:26:51 +03:00
..
inc/basebmp Avoid misleading term "factory method", just say "function" 2012-06-11 09:26:51 +03:00
prj
source Add two new 32bpp formats and add helpful comments 2012-06-07 21:54:19 +03:00
test targeted string re-work 2012-06-02 16:48:35 -05:00
CppunitTest_basebmp.mk
Library_basebmp.mk
Makefile
Module_basebmp.mk
Package_inc.mk
README Avoid too long lines 2012-06-11 09:26:50 +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].