|
LibreOffice Module vcl (master) 1
|
#include <sal/log.hxx>#include <tools/stream.hxx>#include "decode.hxx"#include "gifread.hxx"#include <memory>#include <bitmap/BitmapWriteAccess.hxx>#include <graphic/GraphicReader.hxx>Go to the source code of this file.
Macros | |
| #define | NO_PENDING(rStm) ( ( rStm ).GetError() != ERRCODE_IO_PENDING ) |
Functions | |
| bool | IsGIFAnimated (SvStream &rStm, Size &rLogicSize) |
| VCL_DLLPUBLIC bool | ImportGIF (SvStream &rStm, Graphic &rGraphic) |
| #define NO_PENDING | ( | rStm | ) | ( ( rStm ).GetError() != ERRCODE_IO_PENDING ) |
Definition at line 28 of file gifread.cxx.
| VCL_DLLPUBLIC bool ImportGIF | ( | SvStream & | rStm, |
| Graphic & | rGraphic | ||
| ) |
Definition at line 971 of file gifread.cxx.
References SvStream::GetEndian(), Graphic::GetReaderContext(), SvStream::SetEndian(), and Graphic::SetReaderContext().
Referenced by GraphicFilter::readGIF(), and GraphicFilter::readPNG().
Definition at line 958 of file gifread.cxx.
References SvStream::GetEndian(), and SvStream::SetEndian().
Referenced by GraphicFilter::ImportUnloadedGraphic().