Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbmpfast.cxx444 int nByteWidth = nSrcLinestep; in ImplCopyImage() local
445 if( nByteWidth > rDstBuffer.mnScanlineSize ) in ImplCopyImage()
446 nByteWidth = rDstBuffer.mnScanlineSize; in ImplCopyImage()
450 memcpy( pRawDst, pRawSrc, nByteWidth ); in ImplCopyImage()

Completed in 21 milliseconds