Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Ddibtools.cxx393 …const sal_Int64 nBitsPerLine (static_cast<sal_Int64>(rHeader.nWidth) * static_cast<sal_Int64>(rHea… in ImplReadDIBBits() local
394 if (nBitsPerLine > SAL_MAX_UINT32) in ImplReadDIBBits()
397 const sal_uLong nAlignedWidth = AlignedWidth4Bytes(static_cast<sal_uLong>(nBitsPerLine)); in ImplReadDIBBits()

Completed in 13 milliseconds