Searched refs:nUsedLineSize (Results 1 – 1 of 1) sorted by relevance
225 sal_uLong i, nx, ny, np, nCount, nUsedLineSize, nLineSize, nPercent; in ImplReadBody() local229 nUsedLineSize = (sal_uLong)( ( ( nWidth * (sal_uLong)nDestBitsPerPixel ) + 7 ) >> 3 ); in ImplReadBody()230 nLineSize = ( nUsedLineSize + 3 ) & 0xfffc; in ImplReadBody()
Completed in 14 milliseconds