Home
last modified time | relevance | path

Searched refs:nWidthAl (Results 1 – 3 of 3) sorted by path

/trunk/main/vcl/os2/source/gdi/
H A Dsalbmp.cxx636 ULONG nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer() local
637 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer()
684 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer()
692 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx276 const long nWidthAl = ( nWidth >> 2L ) + 1L; in ImplVectMap() local
277 const long nSize = nWidthAl * nHeight; in ImplVectMap()
283 for( long nY = 0L; nY < nHeight; pTmp += nWidthAl ) in ImplVectMap()
/trunk/main/vcl/win/source/gdi/
H A Dsalbmp.cxx988 sal_uLong nWidthAl = AlignedWidth4Bytes( rSizePixel.Width() * ( bRLE4 ? 4UL : 8UL ) ); in ImplDecodeRLEBuffer() local
989 HPBYTE pLast = pDIB + rSizePixel.Height() * nWidthAl - 1; in ImplDecodeRLEBuffer()
1036 pDIB = ( pRow += nWidthAl ); in ImplDecodeRLEBuffer()
1044 pDIB = ( pRow += ( *pRLE++ ) * nWidthAl ); in ImplDecodeRLEBuffer()

Completed in 34 milliseconds