office-gobmx/basebmp
Stephan Bergmann fb8a3fac5d loplugin:nullptr: More NULL -> nullptr automatic rewrite
Change-Id: Ie83819e2bcdc5fa160b39296b005ca9a5ff74b1d
2015-12-10 08:06:06 +01:00
..
inc Resolves: tdf#96224 don't fiddle around with a separate alpha buffer 2015-12-07 20:48:41 +00:00
source loplugin:nullptr: More NULL -> nullptr automatic rewrite 2015-12-10 08:06:06 +01:00
test Resolves: tdf#96224 don't fiddle around with a separate alpha buffer 2015-12-07 20:48:41 +00:00
CppunitTest_basebmp.mk
Library_basebmp.mk
Makefile
Module_basebmp.mk
README
StaticLibrary_basebmp.mk

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