Lines Matching refs:nWidth

90     sal_Int32       nWidth;  member
103 nWidth(0UL), in DIBInfoHeader()
186 rIStm >> nTmp16; rHeader.nWidth = nTmp16; in ImplReadDIBInfoHeader()
197 if(nUsed < rHeader.nSize) { rIStm >> rHeader.nWidth; nUsed += sizeof(rHeader.nWidth); } in ImplReadDIBInfoHeader()
248 if ( rHeader.nWidth < 0 ) in ImplReadDIBInfoHeader()
254 … if( rHeader.nSizeImage > ( 16 * static_cast< sal_uInt32 >( rHeader.nWidth * rHeader.nHeight ) ) ) in ImplReadDIBInfoHeader()
293 const sal_uLong nWidth = rAcc.Width(); in ImplDecodeRLE() local
316 if( nX < nWidth ) in ImplDecodeRLE()
319 if( nX < nWidth ) in ImplDecodeRLE()
325 if( nX < nWidth ) in ImplDecodeRLE()
338 if( nX < nWidth ) in ImplDecodeRLE()
371 if( nX < nWidth ) in ImplDecodeRLE()
374 if( nX < nWidth ) in ImplDecodeRLE()
378 if( ( nCountByte & 1 ) && ( nX < nWidth ) ) in ImplDecodeRLE()
383 for( sal_uLong i = 0UL; ( i < nCountByte ) && ( nX < nWidth ); i++ ) in ImplDecodeRLE()
393 …const sal_Int64 nBitsPerLine (static_cast<sal_Int64>(rHeader.nWidth) * static_cast<sal_Int64>(rHea… in ImplReadDIBBits()
457 const long nWidth(rHeader.nWidth); in ImplReadDIBBits() local
477 for( long nX = 0L, nShift = 8L; nX < nWidth; nX++ ) in ImplReadDIBBits()
501 for( long nX = 0L, nShift = 2L; nX < nWidth; nX++ ) in ImplReadDIBBits()
523 for( long nX = 0L; nX < nWidth; nX++ ) in ImplReadDIBBits()
539 for( long nX = 0L; nX < nWidth; nX++ ) in ImplReadDIBBits()
557 for( long nX = 0L; nX < nWidth; nX++ ) in ImplReadDIBBits()
582 for( long nX = 0L; nX < nWidth; nX++ ) in ImplReadDIBBits()
597 for( long nX = 0L; nX < nWidth; nX++ ) in ImplReadDIBBits()
622 && aHeader.nWidth != 0 in ImplReadDIBBody()
634 const Size aSizePixel(aHeader.nWidth, aHeader.nHeight); in ImplReadDIBBody()
742 aNewBmp.SetPrefSize(Size(aHeader.nWidth, aHeader.nHeight)); in ImplReadDIBBody()
850 const sal_uLong nWidth = rAcc.Width(); in ImplWriteRLE() local
856 sal_uInt8* pBuf = new sal_uInt8[ ( nWidth << 1 ) + 2 ]; in ImplWriteRLE()
867 while( nX < nWidth ) in ImplWriteRLE()
872 while( ( nX < nWidth ) && ( nCount < 255L ) in ImplWriteRLE()
891 while( ( nX < nWidth ) && ( nCount < 256L ) in ImplWriteRLE()
1038 const long nWidth(rAcc.Width()); in ImplWriteDIBBits() local
1053 for( long nX = 0L, nShift = 8L; nX < nWidth; nX++ ) in ImplWriteDIBBits()
1078 for( long nX = 0L, nShift = 2L; nX < nWidth; nX++ ) in ImplWriteDIBBits()
1101 for( long nX = 0L; nX < nWidth; nX++ ) in ImplWriteDIBBits()
1121 for( long nX = 0L; nX < nWidth; nX++ ) in ImplWriteDIBBits()
1169 aHeader.nWidth = rAcc.Width(); in ImplWriteDIBBody()
1239 rOStm << aHeader.nWidth; in ImplWriteDIBBody()