2012-02-07 16:36:58 -06:00
|
|
|
Provides a BitmapDevice: the vcl software renderer
|
|
|
|
|
2012-06-08 04:15:28 -05:00
|
|
|
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
|
2012-02-07 16:36:58 -06:00
|
|
|
|
2012-06-08 04:15:28 -05:00
|
|
|
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].
|