LibreOffice Module vcl (master) 1
|
#include <vcl/graph.hxx>
Go to the source code of this file.
Functions | |
VCL_DLLPUBLIC bool | ImportWebpGraphic (SvStream &rStream, Graphic &rGraphic) |
bool | ReadWebpInfo (SvStream &rStream, Size &pixelSize, sal_uInt16 &bitsPerPixel, bool &hasAlpha) |
VCL_DLLPUBLIC bool ImportWebpGraphic | ( | SvStream & | rStream, |
Graphic & | rGraphic | ||
) |
Definition at line 298 of file reader.cxx.
References readWebp(), SvStream::SetError(), and SVSTREAM_FILEFORMAT_ERROR.
Referenced by GraphicFilter::readWEBP().
bool ReadWebpInfo | ( | SvStream & | rStream, |
Size & | pixelSize, | ||
sal_uInt16 & | bitsPerPixel, | ||
bool & | hasAlpha | ||
) |
Definition at line 306 of file reader.cxx.
References readWebpInfo(), and stream.
Referenced by vcl::GraphicFormatDetector::checkWEBP().