LibreOffice Module vcl (master) 1
|
#include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx>
#include <sal/log.hxx>
#include <tools/stream.hxx>
#include <filter/RasReader.hxx>
Go to the source code of this file.
Macros | |
#define | RAS_TYPE_OLD 0x00000000 |
#define | RAS_TYPE_STANDARD 0x00000001 |
#define | RAS_TYPE_BYTE_ENCODED 0x00000002 |
#define | RAS_TYPE_RGB_FORMAT 0x00000003 |
#define | RAS_COLOR_NO_MAP 0x00000000 |
#define | RAS_COLOR_RGB_MAP 0x00000001 |
#define | RAS_COLOR_RAW_MAP 0x00000002 |
#define | SUNRASTER_MAGICNUMBER 0x59a66a95 |
Functions | |
bool | ImportRasGraphic (SvStream &rStream, Graphic &rGraphic) |
Definition at line 398 of file iras.cxx.
Referenced by GraphicFilter::readRAS().