Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx85 sal_Int32 mnInterlaced; member in vcl::PNGWriterImpl
137mnInterlaced = 0; // ( aBmp.GetSizePixel().Width() > 128 ) || ( aBmp.GetSizePixel().Height() > 128… in PNGWriterImpl()
140 mnMaxChunkSize = mnInterlaced == 0 ? std::numeric_limits< sal_uInt32 >::max() : 0x40000; in PNGWriterImpl()
150 (*pFilterData)[ i ].Value >>= mnInterlaced; in PNGWriterImpl()
335 ImplWriteChunk((sal_uInt8) mnInterlaced ); // interlace type in ImplWriteHeader()
424 if ( mnInterlaced == 0 ) in ImplWriteIDAT()

Completed in 34 milliseconds