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 | |
namespace | PictReaderInternal |
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) |
Definition at line 2024 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 2016 of file ipict.cxx.
Referenced by ImportPictGraphic().
|
static |
Definition at line 271 of file ipict.cxx.
References nx, ny, and vcl::bitmap::RawBitmap::SetPixel().
enum BrushStyle brushStyle |
short nBitCount |
Definition at line 80 of file ipict.cxx.
Referenced by Bitmap::Convert(), vcl::bitmap::CreateFromData(), Bitmap::getPixelFormat(), EMFWriter::ImplWriteBmpRecord(), and vcl::bitmap::RawBitmap::RawBitmap().