LibreOffice Module vcl (master) 1
Macros | Functions
iras.cxx File Reference
#include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx>
#include <sal/log.hxx>
#include <tools/stream.hxx>
#include <filter/RasReader.hxx>
Include dependency graph for iras.cxx:

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)
 

Macro Definition Documentation

◆ RAS_COLOR_NO_MAP

#define RAS_COLOR_NO_MAP   0x00000000

Definition at line 34 of file iras.cxx.

◆ RAS_COLOR_RAW_MAP

#define RAS_COLOR_RAW_MAP   0x00000002

Definition at line 36 of file iras.cxx.

◆ RAS_COLOR_RGB_MAP

#define RAS_COLOR_RGB_MAP   0x00000001

Definition at line 35 of file iras.cxx.

◆ RAS_TYPE_BYTE_ENCODED

#define RAS_TYPE_BYTE_ENCODED   0x00000002

Definition at line 31 of file iras.cxx.

◆ RAS_TYPE_OLD

#define RAS_TYPE_OLD   0x00000000

Definition at line 29 of file iras.cxx.

◆ RAS_TYPE_RGB_FORMAT

#define RAS_TYPE_RGB_FORMAT   0x00000003

Definition at line 32 of file iras.cxx.

◆ RAS_TYPE_STANDARD

#define RAS_TYPE_STANDARD   0x00000001

Definition at line 30 of file iras.cxx.

◆ SUNRASTER_MAGICNUMBER

#define SUNRASTER_MAGICNUMBER   0x59a66a95

Definition at line 38 of file iras.cxx.

Function Documentation

◆ ImportRasGraphic()

bool ImportRasGraphic ( SvStream rStream,
Graphic rGraphic 
)

Definition at line 398 of file iras.cxx.

Referenced by GraphicFilter::readRAS().