Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx691 const long nHeight_2 = nHeight >> 1L; in Mirror() local
693 for( long nY = 0L, nOther = nHeight1; nY < nHeight_2; nY++, nOther-- ) in Mirror()
714 long nHeight_2 = nHeight >> 1; in Mirror() local
716 for( long nY = 0L, nOtherY = nHeight - 1L; nY < nHeight_2; nY++, nOtherY-- ) in Mirror()
732 const BitmapColor aTemp( pAcc->GetPixel( nHeight_2, nX ) ); in Mirror()
733 pAcc->SetPixel( nHeight_2, nX, pAcc->GetPixel( nHeight_2, nOtherX ) ); in Mirror()
734 pAcc->SetPixel( nHeight_2, nOtherX, aTemp ); in Mirror()

Completed in 27 milliseconds