office-gobmx/basebmp
2012-02-13 11:14:32 +02:00
..
inc/basebmp WaE: type name first seen using 'class' now seen using 'struct' 2012-02-13 11:14:32 +02:00
prj
source
test
CppunitTest_basebmp.mk
Executable_basebmp_cppunittester_all.mk
Library_basebmp.mk
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_basebmp.mk
Package_inc.mk
README Added (and improved) READMEs for modules which used to be in libs-gui 2012-02-08 07:46:57 +01: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].