Lines Matching refs:nHeight

262 	sal_uLong	nHeight = 0;  in ImplReadBody()  local
272 while ( nHeight != mnHeight ) in ImplReadBody()
282 mpAcc->SetPixelIndex( nHeight, nWidth, nDat >> nShift ); in ImplReadBody()
287 nHeight++; in ImplReadBody()
288 ImplCallback( (sal_uInt16)( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
295 while ( nHeight != mnHeight ) in ImplReadBody()
301 mpAcc->SetPixelIndex( nHeight, nWidth++, nDat); in ImplReadBody()
306 nHeight++; in ImplReadBody()
307 ImplCallback( (sal_uInt16)( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
314 while ( nHeight != mnHeight ) in ImplReadBody()
325 …mpAcc->SetPixel( nHeight, nWidth++, BitmapColor( (sal_uInt8)nRed, (sal_uInt8)nGreen, (sal_uInt8)nB… in ImplReadBody()
329 nHeight++; in ImplReadBody()
330 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
362 mpAcc->SetPixelIndex( nHeight, nWidth, static_cast<sal_uInt8>(nDat - '0') ); in ImplReadBody()
367 if ( ++nHeight == mnHeight ) in ImplReadBody()
369 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
391 mpAcc->SetPixelIndex( nHeight, nWidth++, static_cast<sal_uInt8>(nGrey) ); in ImplReadBody()
396 if ( ++nHeight == mnHeight ) in ImplReadBody()
398 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()
464 …mpAcc->SetPixel( nHeight, nWidth++, BitmapColor( static_cast< sal_uInt8 >( ( nRGB[ 0 ] * 255 ) / m… in ImplReadBody()
472 if ( ++nHeight == mnHeight ) in ImplReadBody()
474 ImplCallback( (sal_uInt16) ( ( 100 * nHeight ) / mnHeight ) ); // processing output in percent in ImplReadBody()