Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx9910 … const int nScanLineBytes = 1 + ( pAccess->GetBitCount() * ( pAccess->Width() - 1 ) / 8U ); in writeBitmapObject() local
9914 CHECK_RETURN( writeBuffer( pAccess->GetScanline( i ), nScanLineBytes ) ); in writeBitmapObject()
9919 const int nScanLineBytes = pAccess->Width()*3; in writeBitmapObject() local
9920 boost::shared_array<sal_uInt8> pCol( new sal_uInt8[ nScanLineBytes ] ); in writeBitmapObject()
9930 CHECK_RETURN( writeBuffer( pCol.get(), nScanLineBytes ) ); in writeBitmapObject()

Completed in 67 milliseconds