blob: 7087cea8885d527935686e7f912a967ffe56f281 [file] [log] [blame]
Josh Heidenreich8b9615b2012-02-08 09:06:58 +10301Provides a BitmapDevice: the vcl software renderer
2
Tor Lillqvist62d4eb02012-06-08 12:15:28 +03003Provides algorithms and data types for bitmap graphics e.g. line and fill
4polygon scan conversion, bitmap format iterators, and a SalGraphics-compatible
5software renderer
Josh Heidenreich8b9615b2012-02-08 09:06:58 +10306
Tor Lillqvist62d4eb02012-06-08 12:15:28 +03007Used for example for wmf / svm files. E.g. used when you do -headless, and
8have no DISPLAY set - it's an all-software backend for the LibO graphic
9backend. also see [git:vcl/headless].