Searched refs:ZOOM_MULTIPLICATOR (Results 1 – 1 of 1) sorted by relevance
55 #define ZOOM_MULTIPLICATOR 10000 // Multiplikator um Rundungsfehler zu vermeiden macro168 * (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()[all …]
Completed in 26 milliseconds