Searched refs:nWidthAl (Results 1 – 3 of 3) sorted by relevance
636 ULONG nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer() local637 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer()684 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer()692 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer()
988 sal_uLong nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer() local989 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer()1036 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer()1044 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer()
276 const long nWidthAl = ( nWidth >> 2L ) + 1L; in ImplVectMap() local277 const long nSize = nWidthAl * nHeight; in ImplVectMap()283 for( long nY = 0L; nY < nHeight; pTmp += nWidthAl ) in ImplVectMap()
Completed in 30 milliseconds