Home
last modified time | relevance | path

Searched refs:mnMaxChunkSize (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Dpngwrite.cxx86 sal_uInt32 mnMaxChunkSize; member in vcl::PNGWriterImpl
140 mnMaxChunkSize = mnInterlaced == 0 ? std::numeric_limits< sal_uInt32 >::max() : 0x40000; in PNGWriterImpl()
155 mnMaxChunkSize = (sal_uInt32)nVal; in PNGWriterImpl()
483 nBytes = nBytesToWrite <= mnMaxChunkSize ? nBytesToWrite : mnMaxChunkSize; in ImplWriteIDAT()

Completed in 11 milliseconds