Lines Matching refs:ZOOM_MULTIPLICATOR
55 #define ZOOM_MULTIPLICATOR 10000 // Multiplikator um Rundungsfehler zu vermeiden macro
168 * (double) ZOOM_MULTIPLICATOR / (double) maViewSize.Width()); in CalcMinZoom()
170 * (double) ZOOM_MULTIPLICATOR / (double) maViewSize.Height()); in CalcMinZoom()
180 nFact = nFact * nZoom / ZOOM_MULTIPLICATOR; in CalcMinZoom()
526 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetHeight()); in GetZoomForRect()
532 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetWidth()); in GetZoomForRect()
541 nRetZoom = nFact * GetZoom() / ZOOM_MULTIPLICATOR; in GetZoomForRect()
599 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetHeight()); in SetZoomRect()
605 * (double) ZOOM_MULTIPLICATOR / (double) rZoomRect.GetWidth()); in SetZoomRect()
614 long nZoom = nFact * GetZoom() / ZOOM_MULTIPLICATOR; in SetZoomRect()
631 …aWinSize.Width() = (long) ((double) aWinSize.Width() * (double) ZOOM_MULTIPLICATOR / (double) nFac… in SetZoomRect()
633 …aWinSize.Height() = (long) ((double) aWinSize.Height() * (double) ZOOM_MULTIPLICATOR / (double) nF… in SetZoomRect()