office-gobmx/basebmp
Matúš Kukan 7327195602 put debugDump behind #if OSL_DEBUG_LEVEL > 2
basebmp/source/debug.cxx is only for vcl/headless/svpgdi.cxx

Change-Id: I I Ib0624d919d7c0c5ce54dbef62fa0b49fd6eb0ab1
2012-05-11 22:48:49 +02:00
..
inc/basebmp
prj make gbuild the default assumption of build.pl 2012-04-29 03:50:46 +02:00
source put debugDump behind #if OSL_DEBUG_LEVEL > 2 2012-05-11 22:48:49 +02:00
test put debugDump behind #if OSL_DEBUG_LEVEL > 2 2012-05-11 22:48:49 +02:00
CppunitTest_basebmp.mk
Library_basebmp.mk
Makefile
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].