LibreOffice Module vcl (master) 1
|
#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>
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) |
Definition at line 110 of file itiff.cxx.
References a, ANIMATION_TIMEOUT_ON_CLICK, Back, o3tl::checked_multiply(), COL_BLACK(), Compression, Animation::Count(), Animation::GetBitmapEx(), BitmapEx::GetSizePixel(), h, Animation::Insert(), utl::ConfigManager::IsFuzzing(), vcl::N24_BPP, PhotometricInterpretation, vcl::ScopedBitmapAccess< Access, Bitmap, Acquire >::reset(), ResolutionUnit, BitmapEx::Rotate(), SAL_MAX_INT32, SAL_WARN, SAL_WARN_IF, SvStream::Seek(), BitmapEx::SetPrefMapMode(), BitmapEx::SetPrefSize(), STREAM_SEEK_TO_END, SvStream::Tell(), TIFF, tiff_close(), tiff_read(), tiff_seek(), tiff_size(), tiff_write(), w, x, and y.
Referenced by GraphicFilter::readTIFF().
|
static |
Definition at line 99 of file itiff.cxx.
Referenced by ImportTiffGraphicImport().
|
static |
|
static |
Definition at line 74 of file itiff.cxx.
Referenced by ImportTiffGraphicImport().
|
static |
Definition at line 104 of file itiff.cxx.
Referenced by ImportTiffGraphicImport().
|
static |
Definition at line 69 of file itiff.cxx.
Referenced by ImportTiffGraphicImport().