Searched defs:nScanLineBytes (Results 1 – 1 of 1) sorted by relevance
9910 … const int nScanLineBytes = 1 + ( pAccess->GetBitCount() * ( pAccess->Width() - 1 ) / 8U ); in writeBitmapObject() local9919 const int nScanLineBytes = pAccess->Width()*3; in writeBitmapObject() local
Completed in 73 milliseconds