Searched refs:nNewW (Results 1 – 2 of 2) sorted by relevance
196 long nNewW = rRect.GetWidth(); in SetDeviceWindow() local212 fRatio = (double) nNewW / nOldW; in SetDeviceWindow()222 fRatio = (double) nNewH / nNewW; in SetDeviceWindow()230 fRatio = (double) nNewW / nNewH; in SetDeviceWindow()237 fWRatio = nNewW / aViewWin.W; in SetDeviceWindow()
526 const long nNewW = aUnrotatedSzPix.Width(); in ImplCreateOutput() local529 long* pMapIX = new long[ nNewW ]; in ImplCreateOutput()530 long* pMapFX = new long[ nNewW ]; in ImplCreateOutput()540 … const double fRevScaleX = ( nNewW > 1L ) ? ( (double) ( nW - 1L ) / ( nNewW - 1L ) ) : 0.0; in ImplCreateOutput()544 for( nX = 0L, nTmpX = nW - 1L, nTmp = nW - 2L; nX < nNewW; nX++ ) in ImplCreateOutput()568 const double fRevScaleX = ( nNewW > 1L ) ? ( (double) nW / nNewW ) : 0.0; in ImplCreateOutput()572 for( nX = 0L, nTmpX = nW - 1L, nTmp = nW - 2L; nX < nNewW; nX++ ) in ImplCreateOutput()
Completed in 19 milliseconds