Searched refs:mnMaxChunkSize (Results 1 – 1 of 1) sorted by relevance
86 sal_uInt32 mnMaxChunkSize; member in vcl::PNGWriterImpl140 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