Lines Matching refs:nY

343 	sal_uLong		nX, nY;  in ImplReadBody()  local
348 nX = nY = 0; in ImplReadBody()
354 while ( nY < mpFileHeader->nRows ) in ImplReadBody()
371 mpWriteAcc->SetPixelIndex( nY, nX, nDat >> nBitCount-- ); in ImplReadBody()
375 nY++; in ImplReadBody()
377 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
392 mpWriteAcc->SetPixelIndex( nY, nX, nDat >> nBitCount-- ); in ImplReadBody()
396 nY++; in ImplReadBody()
398 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
409 while ( nY < mpFileHeader->nRows ) in ImplReadBody()
421 mpWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
425 nY++; in ImplReadBody()
426 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
438 mpWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
442 nY++; in ImplReadBody()
443 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
458 while ( nY < mpFileHeader->nRows ) in ImplReadBody()
470 mpWriteAcc->SetPixel( nY, nX, BitmapColor( nRed, (sal_uInt8)0, (sal_uInt8)0 ) ); in ImplReadBody()
474 nY++; in ImplReadBody()
475 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
487 mpWriteAcc->SetPixel( nY, nX, BitmapColor( nRed, (sal_uInt8)0, (sal_uInt8)0 ) ); in ImplReadBody()
491 nY++; in ImplReadBody()
492 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
498 nY = 0; in ImplReadBody()
499 while ( nY < mpFileHeader->nRows ) in ImplReadBody()
510 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
511 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() )… in ImplReadBody()
515 nY++; in ImplReadBody()
516 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
528 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
529 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), nGreen, aBitmapColor.GetBlue() )… in ImplReadBody()
533 nY++; in ImplReadBody()
534 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
540 nY = 0; in ImplReadBody()
541 while ( nY < mpFileHeader->nRows ) in ImplReadBody()
552 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
553 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue )… in ImplReadBody()
557 nY++; in ImplReadBody()
558 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
570 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
571 …mpWriteAcc->SetPixel( nY, nX, BitmapColor( aBitmapColor.GetRed(), aBitmapColor.GetGreen(), nBlue )… in ImplReadBody()
575 nY++; in ImplReadBody()
576 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
586 nY = 0; in ImplReadBody()
587 while ( nY < mpFileHeader->nRows ) in ImplReadBody()
601 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetRed() + nDat; in ImplReadBody()
604 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetGreen() + nDat; in ImplReadBody()
607 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetBlue() + nDat; in ImplReadBody()
610 pBlack[ nX + nY * mpFileHeader->nColumns ] = nDat ^ 0xff; in ImplReadBody()
614 nY++; in ImplReadBody()
615 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
628 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetRed() + nDat; in ImplReadBody()
631 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetGreen() + nDat; in ImplReadBody()
634 nBlack = (sal_uInt8)mpReadAcc->GetPixel( nY, nX ).GetBlue() + nDat; in ImplReadBody()
637 pBlack[ nX + nY * mpFileHeader->nColumns ] = nDat ^ 0xff; in ImplReadBody()
641 nY++; in ImplReadBody()
642 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
649 for ( nY = 0; nY < mpFileHeader->nRows; nY++ ) in ImplReadBody()
653 sal_Int32 nDAT = pBlack[ nX + nY * mpFileHeader->nColumns ] * ( nBlackMax - 256 ) / 0x1ff; in ImplReadBody()
655 aBitmapColor = mpReadAcc->GetPixel( nY, nX ); in ImplReadBody()
659 mpWriteAcc->SetPixel( nY, nX, BitmapColor( cR, cG, cB ) ); in ImplReadBody()
672 nY = nX = 0; in ImplReadBody()
673 while ( nY < mpFileHeader->nRows ) in ImplReadBody()
689 mpMaskWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
693 nY++; in ImplReadBody()
694 if ( nY == mpFileHeader->nRows ) in ImplReadBody()
710 mpMaskWriteAcc->SetPixelIndex( nY, nX, nDat ); in ImplReadBody()
714 nY++; in ImplReadBody()
715 if ( nY == mpFileHeader->nRows ) in ImplReadBody()