Searched refs:nOtherX (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap.cxx | 718 for( long nX = 0L, nOtherX = nWidth1; nX < nWidth; nX++, nOtherX-- ) in Mirror() local 722 pAcc->SetPixel( nY, nX, pAcc->GetPixel( nOtherY, nOtherX ) ); in Mirror() 723 pAcc->SetPixel( nOtherY, nOtherX, aTemp ); in Mirror() 730 for( long nX = 0L, nOtherX = nWidth1, nWidth_2 = nWidth >> 1; nX < nWidth_2; nX++, nOtherX-- ) in Mirror() local 733 pAcc->SetPixel( nHeight_2, nX, pAcc->GetPixel( nHeight_2, nOtherX ) ); in Mirror() 734 pAcc->SetPixel( nHeight_2, nOtherX, aTemp ); in Mirror() 787 for( long nY = 0L, nOtherX = nWidth1; nY < nNewHeight; nY++, nOtherX-- ) in Rotate() local 789 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nOtherY++, nOtherX ) ); in Rotate() 793 for( long nY = 0L, nOtherX = 0L; nY < nNewHeight; nY++, nOtherX++ ) in Rotate() local 795 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nOtherY--, nOtherX ) ); in Rotate()
|
/aoo4110/main/i18npool/source/search/ |
H A D | levdis.hxx | 153 WLevDistance( const sal_Unicode* cPattern, int nOtherX, int nShorterY, 163 int CalcLPQR( int nOtherX, int nShorterY, int nLongerZ,
|
H A D | levdis.cxx | 514 int nOtherX, int nShorterY, int nLongerZ, in WLevDistance() argument 522 CalcLPQR( nOtherX, nShorterY, nLongerZ, bRelaxed ); in WLevDistance()
|
Completed in 17 milliseconds