Lines Matching refs:sal_uLong

167     inline bool isBitfieldCompression( sal_uLong nScanlineFormat )  in isBitfieldCompression()
265 const sal_uLong nPalSize = nColors * ( bQuad ? 4UL : 3UL ); in ImplReadDIBPalette()
293 const sal_uLong nWidth = rAcc.Width(); in ImplDecodeRLE()
294 sal_uLong nCountByte; in ImplDecodeRLE()
295 sal_uLong nRunByte; in ImplDecodeRLE()
296 sal_uLong nX = 0UL; in ImplDecodeRLE()
312 for( sal_uLong i = 0UL; i < nCountByte; i++ ) in ImplDecodeRLE()
336 for( sal_uLong i = 0UL; i < nRunByte; i++ ) in ImplDecodeRLE()
369 for( sal_uLong i = 0UL; i < nRunByte; i++ ) in ImplDecodeRLE()
383 for( sal_uLong i = 0UL; ( i < nCountByte ) && ( nX < nWidth ); i++ ) in ImplDecodeRLE()
397 const sal_uLong nAlignedWidth = AlignedWidth4Bytes(static_cast<sal_uLong>(nBitsPerLine)); in ImplReadDIBBits()
443 const sal_uLong nOldPos(rIStm.Tell()); in ImplReadDIBBits()
614 bool ImplReadDIBBody( SvStream& rIStm, Bitmap& rBmp, Bitmap* pBmpAlpha, sal_uLong nOffset ) in ImplReadDIBBody()
617 const sal_uLong nStmPos = rIStm.Tell(); in ImplReadDIBBody()
688 sal_uLong nCodedPos(0); in ImplReadDIBBody()
779 bool ImplReadDIBFileHeader( SvStream& rIStm, sal_uLong& rOffset ) in ImplReadDIBFileHeader()
827 const sal_uLong nPalSize = nColors * 4UL; in ImplWriteDIBPalette()
850 const sal_uLong nWidth = rAcc.Width(); in ImplWriteRLE()
851 const sal_uLong nHeight = rAcc.Height(); in ImplWriteRLE()
852 sal_uLong nX; in ImplWriteRLE()
853 sal_uLong nSaveIndex; in ImplWriteRLE()
854 sal_uLong nCount; in ImplWriteRLE()
855 sal_uLong nBufCount; in ImplWriteRLE()
909 for ( sal_uLong i = 0; i < nCount; i++, pTmp++ ) in ImplWriteRLE()
921 for( sal_uLong i = 0UL; i < nCount; i++ ) in ImplWriteRLE()
964 …s(SvStream& rOStm, BitmapReadAccess& rAcc, BitmapReadAccess* pAccAlpha, sal_uLong nCompression, sa… in ImplWriteDIBBits()
1006 const sal_uLong nAlignedWidth(AlignedWidth4Bytes(rAcc.Width() * nBitCount)); in ImplWriteDIBBits()
1163 sal_uLong nImageSizePos(0); in ImplWriteDIBBody()
1164 sal_uLong nEndPos(0); in ImplWriteDIBBody()
1287 sal_uLong nCodedPos(rOStm.Tell()); in ImplWriteDIBBody()
1288 sal_uLong nLastPos(0); in ImplWriteDIBBody()
1365 const sal_uLong nOldPos(rIStm.Tell()); in ImplReadDIB()
1366 sal_uLong nOffset(0UL); in ImplReadDIB()
1413 const sal_uLong nOldPos(rOStm.Tell()); in ImplWriteDIB()
1485 const sal_uLong nStmPos(rIStm.Tell()); in ReadDIBBitmapEx()