Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx716 for( long nY = 0L, nOtherY = nHeight - 1L; nY < nHeight_2; nY++, nOtherY-- ) in Mirror() local
722 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nOtherY, nOtherX ) ); in Mirror()
723 pAcc->SetPixel( nOtherY, nOtherX, aTemp ); in Mirror()
788 for( long nX = 0L, nOtherY = 0L; nX < nNewWidth; nX++ ) in Rotate() local
789 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nOtherY++, nOtherX ) ); in Rotate()
794 for( long nX = 0L, nOtherY = nHeight1; nX < nNewWidth; nX++ ) in Rotate() local
795 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nOtherY--, nOtherX ) ); in Rotate()

Completed in 21 milliseconds