Searched refs:mpZCodec (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | pngwrite.cxx | 91 ZCodec* mpZCodec; member in vcl::PNGWriterImpl 262 delete mpZCodec; in ~PNGWriterImpl() 421 mpZCodec->BeginCompression( ZCODEC_PNG_DEFAULT + mnCompLevel ); in ImplWriteIDAT() 422 mpZCodec->SetCRC( mnCRC ); in ImplWriteIDAT() 427 mpZCodec->Write( aOStm, mpDeflateInBuf, ImplGetFilter( nY ) ); in ImplWriteIDAT() 434 mpZCodec->Write( aOStm, mpDeflateInBuf, ImplGetFilter ( nY, 0, 8 ) ); in ImplWriteIDAT() 438 mpZCodec->Write( aOStm, mpDeflateInBuf, ImplGetFilter ( nY, 4, 8 ) ); in ImplWriteIDAT() 449 mpZCodec->Write( aOStm, mpDeflateInBuf, ImplGetFilter ( nY, 2, 4 ) ); in ImplWriteIDAT() 460 mpZCodec->Write( aOStm, mpDeflateInBuf, ImplGetFilter ( nY, 1, 2 ) ); in ImplWriteIDAT() 469 mpZCodec->EndCompression(); in ImplWriteIDAT() [all …]
|
H A D | pngread.cxx | 109 ZCodec* mpZCodec; member in vcl::PNGReaderImpl 204 mpZCodec ( new ZCodec( DEFAULT_IN_BUFSIZE, DEFAULT_OUT_BUFSIZE, MAX_MEM_USAGE ) ), in PNGReaderImpl() 256 mpZCodec->EndCompression(); in ~PNGReaderImpl() 267 delete mpZCodec; in ~PNGReaderImpl() 953 mpZCodec->BeginCompression( ZCODEC_PNG_DEFAULT ); in ImplReadIDAT() 955 mpZCodec->SetBreak( mnChunkLen ); in ImplReadIDAT() 958 while ( ( mpZCodec->GetBreak() ) ) in ImplReadIDAT() 962 sal_Int32 nRead = mpZCodec->ReadAsynchron( aIStrm, mpScanCurrent, nToRead ); in ImplReadIDAT() 995 mpZCodec->EndCompression(); in ImplReadIDAT()
|
Completed in 490 milliseconds