LibreOffice Module vcl (master)
1
|
#include <filter/PictReader.hxx>
#include <string.h>
#include <osl/thread.h>
#include <sal/log.hxx>
#include <vcl/BitmapTools.hxx>
#include <vcl/graph.hxx>
#include <vcl/gdimtf.hxx>
#include <tools/poly.hxx>
#include <tools/fract.hxx>
#include <tools/stream.hxx>
#include <vcl/virdev.hxx>
#include <math.h>
#include "shape.hxx"
#include <memory>
#include <vcl/FilterConfigItem.hxx>
Go to the source code of this file.
Namespaces | |
PictReaderInternal | |
Enumerations | |
enum | PictDrawingMethod |
Functions | |
static void | SetByte (sal_uInt16 &nx, sal_uInt16 ny, vcl::bitmap::RawBitmap &rBitmap, sal_uInt16 nPixelSize, sal_uInt8 nDat, sal_uInt16 nWidth, std::vector< Color > const &rvPalette) |
static const char * | operationName (sal_uInt16 nOpcode) |
void | ReadPictFile (SvStream &rStreamPict, GDIMetaFile &rGDIMetaFile) |
Function to access PictReader::ReadPict for unit testing. More... | |
bool | ImportPictGraphic (SvStream &rIStm, Graphic &rGraphic) |
|
strong |
Definition at line 1999 of file ipict.cxx.
References SvStream::GetError(), and ReadPictFile().
Referenced by GraphicFilter::readPICT().
|
static |
void ReadPictFile | ( | SvStream & | rStreamPict, |
GDIMetaFile & | rGDIMetaFile | ||
) |
Function to access PictReader::ReadPict for unit testing.
Definition at line 1991 of file ipict.cxx.
Referenced by ImportPictGraphic().
|
static |
Definition at line 272 of file ipict.cxx.
References vcl::bitmap::RawBitmap::SetPixel().
short nBitCount |
Definition at line 80 of file ipict.cxx.
Referenced by Bitmap::Convert(), vcl::bitmap::CreateFromData(), Bitmap::getPixelFormat(), and EMFWriter::ImplWriteBmpRecord().