Searched refs:nScanLineBytes (Results 1 – 1 of 1) sorted by relevance
9910 … const int nScanLineBytes = 1 + ( pAccess->GetBitCount() * ( pAccess->Width() - 1 ) / 8U ); in writeBitmapObject() local9914 CHECK_RETURN( writeBuffer( pAccess->GetScanline( i ), nScanLineBytes ) ); in writeBitmapObject()9919 const int nScanLineBytes = pAccess->Width()*3; in writeBitmapObject() local9920 boost::shared_array<sal_uInt8> pCol( new sal_uInt8[ nScanLineBytes ] ); in writeBitmapObject()9930 CHECK_RETURN( writeBuffer( pCol.get(), nScanLineBytes ) ); in writeBitmapObject()
Completed in 51 milliseconds