LibreOffice Module vcl (master) 1
Functions
itiff.cxx File Reference
#include <sal/config.h>
#include <sal/log.hxx>
#include <comphelper/scopeguard.hxx>
#include <vcl/graph.hxx>
#include <vcl/BitmapTools.hxx>
#include <vcl/animate/Animation.hxx>
#include <bitmap/BitmapWriteAccess.hxx>
#include <tools/fract.hxx>
#include <tools/stream.hxx>
#include <unotools/configmgr.hxx>
#include <tiffio.h>
#include <filter/TiffReader.hxx>
Include dependency graph for itiff.cxx:

Go to the source code of this file.

Functions

static tsize_t tiff_read (thandle_t handle, tdata_t buf, tsize_t size)
 
static tsize_t tiff_write (thandle_t, tdata_t, tsize_t)
 
static toff_t tiff_seek (thandle_t handle, toff_t offset, int whence)
 
static int tiff_close (thandle_t)
 
static toff_t tiff_size (thandle_t handle)
 
bool ImportTiffGraphicImport (SvStream &rTIFF, Graphic &rGraphic)
 

Function Documentation

◆ ImportTiffGraphicImport()

bool ImportTiffGraphicImport ( SvStream rTIFF,
Graphic rGraphic 
)

◆ tiff_close()

static int tiff_close ( thandle_t  )
static

Definition at line 99 of file itiff.cxx.

Referenced by ImportTiffGraphicImport().

◆ tiff_read()

static tsize_t tiff_read ( thandle_t  handle,
tdata_t  buf,
tsize_t  size 
)
static

Definition at line 54 of file itiff.cxx.

References size.

Referenced by ImportTiffGraphicImport().

◆ tiff_seek()

static toff_t tiff_seek ( thandle_t  handle,
toff_t  offset,
int  whence 
)
static

Definition at line 74 of file itiff.cxx.

Referenced by ImportTiffGraphicImport().

◆ tiff_size()

static toff_t tiff_size ( thandle_t  handle)
static

Definition at line 104 of file itiff.cxx.

Referenced by ImportTiffGraphicImport().

◆ tiff_write()

static tsize_t tiff_write ( thandle_t  ,
tdata_t  ,
tsize_t   
)
static

Definition at line 69 of file itiff.cxx.

Referenced by ImportTiffGraphicImport().