Searched refs:nPrinterWidth (Results 1 – 1 of 1) sorted by relevance
377 long nPrinterWidth = 0; in CalcOutputFactor() local390 …nPrinterWidth = pRefDev->PixelToLogic( Size( pRefDev->GetTextWidth(aTestString), 0 ), MAP_100TH_MM… in CalcOutputFactor()401 if (nPrinterWidth && nWindowWidth) in CalcOutputFactor()402 nPrtToScreenFactor = nPrinterWidth / (double) nWindowWidth; in CalcOutputFactor()