Lines Matching refs:PNGReaderImpl

95 class PNGReaderImpl  class
188 PNGReaderImpl( SvStream& );
189 ~PNGReaderImpl();
198 PNGReaderImpl::PNGReaderImpl( SvStream& rPNGStream ) in PNGReaderImpl() function in vcl::PNGReaderImpl
252 PNGReaderImpl::~PNGReaderImpl() in ~PNGReaderImpl()
276 bool PNGReaderImpl::ReadNextChunk() in ReadNextChunk()
346 void PNGReaderImpl::ReadRemainingChunks() in ReadRemainingChunks()
354 void PNGReaderImpl::SkipRemainingChunks() in SkipRemainingChunks()
377 const std::vector< vcl::PNGReader::ChunkData >& PNGReaderImpl::GetAllChunks() in GetAllChunks()
385 BitmapEx PNGReaderImpl::GetBitmapEx( const Size& rPreviewSizeHint ) in GetBitmapEx()
523 sal_Bool PNGReaderImpl::ImplReadHeader( const Size& rPreviewSizeHint ) in ImplReadHeader()
740 void PNGReaderImpl::ImplGetGrayPalette( sal_uInt16 nBitDepth ) in ImplGetGrayPalette()
761 sal_Bool PNGReaderImpl::ImplReadPalette() in ImplReadPalette()
786 sal_Bool PNGReaderImpl::ImplReadTransparent() in ImplReadTransparent()
864 void PNGReaderImpl::ImplGetGamma() in ImplGetGamma()
890 void PNGReaderImpl::ImplGetBackground() in ImplGetBackground()
940 sal_uInt8 PNGReaderImpl::ImplScaleColor() in ImplScaleColor()
956 void PNGReaderImpl::ImplReadIDAT() in ImplReadIDAT()
1012 bool PNGReaderImpl::ImplPreparePass() in ImplPreparePass()
1078 void PNGReaderImpl::ImplApplyFilter() in ImplApplyFilter()
1185 void PNGReaderImpl::ImplDrawScanline( sal_uInt32 nXStart, sal_uInt32 nXAdd ) in ImplDrawScanline()
1638 void PNGReaderImpl::ImplSetPixel( sal_uInt32 nY, sal_uInt32 nX, const BitmapColor& rBitmapColor ) in ImplSetPixel()
1650 void PNGReaderImpl::ImplSetPixel( sal_uInt32 nY, sal_uInt32 nX, sal_uInt8 nPalIndex ) in ImplSetPixel()
1664 void PNGReaderImpl::ImplSetTranspPixel( sal_uInt32 nY, sal_uInt32 nX, const BitmapColor& rBitmapCol… in ImplSetTranspPixel()
1681 void PNGReaderImpl::ImplSetAlphaPixel( sal_uInt32 nY, sal_uInt32 nX, in ImplSetAlphaPixel()
1697 void PNGReaderImpl::ImplSetAlphaPixel( sal_uInt32 nY, sal_uInt32 nX, in ImplSetAlphaPixel()
1711 sal_uInt32 PNGReaderImpl::ImplReadsal_uInt32() in ImplReadsal_uInt32()
1731 mpImpl( new ::vcl::PNGReaderImpl( rIStm ) ) in PNGReader()