Searched refs:nPrinterWidth (Results 1 – 1 of 1) sorted by relevance
383 long nPrinterWidth = 0; in CalcOutputFactor() local396 …nPrinterWidth = pRefDev->PixelToLogic( Size( pRefDev->GetTextWidth(aTestString), 0 ), MAP_100TH_MM… in CalcOutputFactor()407 if (nPrinterWidth && nWindowWidth) in CalcOutputFactor()408 nPrtToScreenFactor = nPrinterWidth / (double) nWindowWidth; in CalcOutputFactor()
Completed in 21 milliseconds