Lines Matching refs:ImplWriteChunk
115 void ImplWriteChunk( sal_uInt8 nNumb );
116 void ImplWriteChunk( sal_uInt32 nNumb );
117 void ImplWriteChunk( unsigned char* pSource, sal_uInt32 nDatSize );
310 ImplWriteChunk( sal_uInt32( mnWidth = mpAccess->Width() ) ); in ImplWriteHeader()
311 ImplWriteChunk( sal_uInt32( mnHeight = mpAccess->Height() ) ); in ImplWriteHeader()
331 ImplWriteChunk( nBitDepth ); in ImplWriteHeader()
332 ImplWriteChunk( nColorType ); // colortype in ImplWriteHeader()
333 ImplWriteChunk((sal_uInt8) 0 ); // compression type in ImplWriteHeader()
334 … ImplWriteChunk((sal_uInt8) 0 ); // filter type - is not supported in this version in ImplWriteHeader()
335 ImplWriteChunk((sal_uInt8) mnInterlaced ); // interlace type in ImplWriteHeader()
360 ImplWriteChunk( pTempBuf, nCount*3 ); in ImplWritePalette()
374 ImplWriteChunk( ( nTransIndex == n ) ? (sal_uInt8) 0x0 : (sal_uInt8) 0xff ); in ImplWriteTransparent()
392 ImplWriteChunk( nPrefSizeX ); in ImplWritepHYs()
393 ImplWriteChunk( nPrefSizeY ); in ImplWritepHYs()
394 ImplWriteChunk( nMapUnit ); in ImplWritepHYs()
485 ImplWriteChunk( (unsigned char*)aOStm.GetData() + ( nIDATSize - nBytesToWrite ), nBytes ); in ImplWriteIDAT()
670 void PNGWriterImpl::ImplWriteChunk ( sal_uInt8 nSource ) in ImplWriteChunk() function in vcl::PNGWriterImpl
675 void PNGWriterImpl::ImplWriteChunk ( sal_uInt32 nSource ) in ImplWriteChunk() function in vcl::PNGWriterImpl
684 void PNGWriterImpl::ImplWriteChunk ( unsigned char* pSource, sal_uInt32 nDatSize ) in ImplWriteChunk() function in vcl::PNGWriterImpl