Home
last modified time | relevance | path

Searched refs:nNewW (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/source/engine3d/
H A Dviewpt3d2.cxx196 long nNewW = rRect.GetWidth(); in SetDeviceWindow() local
212 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()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx526 const long nNewW = aUnrotatedSzPix.Width(); in ImplCreateOutput() local
529 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 25 milliseconds