LibreOffice Module vcl (master) 1
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
vcl::PngImageReader Class Reference

#include <PngImageReader.hxx>

Collaboration diagram for vcl::PngImageReader:
[legend]

Public Member Functions

 PngImageReader (SvStream &rStream)
 
bool read (BitmapEx &rBitmap)
 
BitmapEx read ()
 

Static Public Member Functions

static BinaryDataContainer getMicrosoftGifChunk (SvStream &rStream)
 

Private Attributes

SvStreammrStream
 
css::uno::Reference< css::task::XStatusIndicator > mxStatusIndicator
 

Detailed Description

Definition at line 34 of file PngImageReader.hxx.

Constructor & Destructor Documentation

◆ PngImageReader()

vcl::PngImageReader::PngImageReader ( SvStream rStream)

Definition at line 486 of file PngImageReader.cxx.

Member Function Documentation

◆ getMicrosoftGifChunk()

BinaryDataContainer vcl::PngImageReader::getMicrosoftGifChunk ( SvStream rStream)
static

◆ read() [1/2]

BitmapEx vcl::PngImageReader::read ( )

Definition at line 493 of file PngImageReader.cxx.

References read().

Referenced by read().

◆ read() [2/2]

bool vcl::PngImageReader::read ( BitmapEx rBitmap)

Definition at line 491 of file PngImageReader.cxx.

References mrStream.

Referenced by vcl::PDFWriterImpl::emitType3Font(), and GraphicFilter::readPNG().

Member Data Documentation

◆ mrStream

SvStream& vcl::PngImageReader::mrStream
private

Definition at line 36 of file PngImageReader.hxx.

Referenced by read().

◆ mxStatusIndicator

css::uno::Reference<css::task::XStatusIndicator> vcl::PngImageReader::mxStatusIndicator
private

Definition at line 37 of file PngImageReader.hxx.


The documentation for this class was generated from the following files: