Lines Matching refs:PNGReaderImpl
94 class PNGReaderImpl class
187 PNGReaderImpl( SvStream& );
188 ~PNGReaderImpl();
197 PNGReaderImpl::PNGReaderImpl( SvStream& rPNGStream ) in PNGReaderImpl() function in vcl::PNGReaderImpl
251 PNGReaderImpl::~PNGReaderImpl() in ~PNGReaderImpl()
275 bool PNGReaderImpl::ReadNextChunk() in ReadNextChunk()
345 void PNGReaderImpl::ReadRemainingChunks() in ReadRemainingChunks()
353 void PNGReaderImpl::SkipRemainingChunks() in SkipRemainingChunks()
376 const std::vector< vcl::PNGReader::ChunkData >& PNGReaderImpl::GetAllChunks() in GetAllChunks()
384 BitmapEx PNGReaderImpl::GetBitmapEx( const Size& rPreviewSizeHint ) in GetBitmapEx()
513 sal_Bool PNGReaderImpl::ImplReadHeader( const Size& rPreviewSizeHint ) in ImplReadHeader()
730 void PNGReaderImpl::ImplGetGrayPalette( sal_uInt16 nBitDepth ) in ImplGetGrayPalette()
751 sal_Bool PNGReaderImpl::ImplReadPalette() in ImplReadPalette()
776 sal_Bool PNGReaderImpl::ImplReadTransparent() in ImplReadTransparent()
854 void PNGReaderImpl::ImplGetGamma() in ImplGetGamma()
880 void PNGReaderImpl::ImplGetBackground() in ImplGetBackground()
930 sal_uInt8 PNGReaderImpl::ImplScaleColor() in ImplScaleColor()
946 void PNGReaderImpl::ImplReadIDAT() in ImplReadIDAT()
1002 bool PNGReaderImpl::ImplPreparePass() in ImplPreparePass()
1068 void PNGReaderImpl::ImplApplyFilter() in ImplApplyFilter()
1175 void PNGReaderImpl::ImplDrawScanline( sal_uInt32 nXStart, sal_uInt32 nXAdd ) in ImplDrawScanline()
1628 void PNGReaderImpl::ImplSetPixel( sal_uInt32 nY, sal_uInt32 nX, const BitmapColor& rBitmapColor ) in ImplSetPixel()
1640 void PNGReaderImpl::ImplSetPixel( sal_uInt32 nY, sal_uInt32 nX, sal_uInt8 nPalIndex ) in ImplSetPixel()
1652 void PNGReaderImpl::ImplSetTranspPixel( sal_uInt32 nY, sal_uInt32 nX, const BitmapColor& rBitmapCol… in ImplSetTranspPixel()
1669 void PNGReaderImpl::ImplSetAlphaPixel( sal_uInt32 nY, sal_uInt32 nX, in ImplSetAlphaPixel()
1683 void PNGReaderImpl::ImplSetAlphaPixel( sal_uInt32 nY, sal_uInt32 nX, in ImplSetAlphaPixel()
1697 sal_uInt32 PNGReaderImpl::ImplReadsal_uInt32() in ImplReadsal_uInt32()
1717 mpImpl( new ::vcl::PNGReaderImpl( rIStm ) ) in PNGReader()