Searched refs:aMapRes (Results 1 – 1 of 1) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | outmap.cxx | 1099 ImplMapRes aMapRes; in GetViewTransformation() local 1101 ImplCalcMapResolution( rMapMode, mnDPIX, mnDPIY, aMapRes, aThresRes ); in GetViewTransformation() 1105 …const double fScaleFactorX((double)mnDPIX * (double)aMapRes.mnMapScNumX / (double)aMapRes.mnMapScD… in GetViewTransformation() 1106 …const double fScaleFactorY((double)mnDPIY * (double)aMapRes.mnMapScNumY / (double)aMapRes.mnMapScD… in GetViewTransformation() 1107 const double fZeroPointX(((double)aMapRes.mnMapOfsX * fScaleFactorX) + (double)mnOutOffOrigX); in GetViewTransformation() 1108 const double fZeroPointY(((double)aMapRes.mnMapOfsY * fScaleFactorY) + (double)mnOutOffOrigY); in GetViewTransformation() 1334 ImplMapRes aMapRes; in LogicToPixel() local 1336 ImplCalcMapResolution( rMapMode, mnDPIX, mnDPIY, aMapRes, aThresRes ); in LogicToPixel() 1338 return Point( ImplLogicToPixel( rLogicPt.X() + aMapRes.mnMapOfsX, mnDPIX, in LogicToPixel() 1339 aMapRes.mnMapScNumX, aMapRes.mnMapScDenomX, in LogicToPixel() [all …]
|