Searched refs:nGrfDPIx (Results 1 – 1 of 1) sorted by relevance
136 double nGrfDPIx = 0.0; in HasContour() local145 … nGrfDPIx = aGrfPixelSize.Width() / ( (double)aGrfMap.GetScaleX() * aGrfPrefMapModeSize.Width() ); in HasContour()153 nGrfDPIx = 1000.0 * aGrfPixelSize.Width() / aGrf1000thInchSize.Width(); in HasContour()179 if ( nGrfDPIx != 0 && nGrfDPIy != 0 ) in HasContour()181 rPoly[i] = Point( rPoly[i].X() * pOutDev->ImplGetDPIX() / nGrfDPIx, in HasContour()
Completed in 6 milliseconds