Home
last modified time | relevance | path

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

/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx831 sal_uInt16 nByteCount, nCount, nSrcBPL, nDestBPL; in ReadPixMapEtc() local
833 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 21 milliseconds