Home
last modified time | relevance | path

Searched refs:nDestBPL (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
837 nDestBPL = ( nSrcBPL + 3 ) & 0xfffc; in ReadPixMapEtc()
838 if ( nRowBytes < nSrcBPL || nRowBytes > nDestBPL ) in ReadPixMapEtc()
900 sal_uInt16 nByteCount, nCount, nDestBPL,nD; in ReadPixMapEtc() local
906 nDestBPL = ( ( 3 * nWidth ) + 0x0003 ) & 0xfffc; in ReadPixMapEtc()

Completed in 14 milliseconds