Searched refs:nSrcBPL (Results 1 – 1 of 1) sorted by relevance
831 sal_uInt16 nByteCount, nCount, nSrcBPL, nDestBPL; in ReadPixMapEtc() local833 if ( nPixelSize == 1 ) nSrcBPL = ( nWidth + 7 ) >> 3; in ReadPixMapEtc()834 else if ( nPixelSize == 2 ) nSrcBPL = ( nWidth + 3 ) >> 2; in ReadPixMapEtc()835 else if ( nPixelSize == 4 ) nSrcBPL = ( nWidth + 1 ) >> 1; in ReadPixMapEtc()836 else nSrcBPL = nWidth; in ReadPixMapEtc()837 nDestBPL = ( nSrcBPL + 3 ) & 0xfffc; in ReadPixMapEtc()838 if ( nRowBytes < nSrcBPL || nRowBytes > nDestBPL ) in ReadPixMapEtc()
Completed in 23 milliseconds