Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Doutmap.cxx388 if( nMapDenom != 1 ) in ImplLogicToPixel()
390 n = (2 * n) / nMapDenom; in ImplLogicToPixel()
401 if( nMapDenom == 1 ) in ImplLogicToPixel()
405 n = (long)(2 * n64 / nMapDenom); in ImplLogicToPixel()
415 n += n >= 0 ? nMapDenom/2 : -((nMapDenom-1)/2); in ImplLogicToPixel()
416 return (n / nMapDenom); in ImplLogicToPixel()
431 BigInt aMapScDenom2( nMapDenom/2 ); in ImplLogicToPixel()
435 aTemp /= BigInt( nMapDenom ); in ImplLogicToPixel()
456 n64 *= nMapDenom; in ImplPixelToLogic()
466 long nNum = n * nMapDenom; in ImplPixelToLogic()
[all …]

Completed in 20 milliseconds