Home
last modified time | relevance | path

Searched refs:ImplWriteChunk (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpngwrite.cxx115 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()
334ImplWriteChunk((sal_uInt8) 0 ); // filter type - is not supported in this version in ImplWriteHeader()
335 ImplWriteChunk((sal_uInt8) mnInterlaced ); // interlace type in ImplWriteHeader()
[all …]