Searched refs:fScaleFactorY (Results 1 – 1 of 1) sorted by relevance
1047 …const double fScaleFactorY((double)mnDPIY * (double)maMapRes.mnMapScNumY / (double)maMapRes.mnMapS… in GetViewTransformation() local1049 const double fZeroPointY(((double)maMapRes.mnMapOfsY * fScaleFactorY) + (double)mnOutOffOrigY); in GetViewTransformation()1052 mpOutDevData->mpViewTransform->set(1, 1, fScaleFactorY); in GetViewTransformation()1106 …const double fScaleFactorY((double)mnDPIY * (double)aMapRes.mnMapScNumY / (double)aMapRes.mnMapScD… in GetViewTransformation() local1108 const double fZeroPointY(((double)aMapRes.mnMapOfsY * fScaleFactorY) + (double)mnOutOffOrigY); in GetViewTransformation()1111 aTransform.set(1, 1, fScaleFactorY); in GetViewTransformation()2383 …const double fScaleFactorY((double(aMapResSource.mnMapScNumY) * double(aMapResDest.mnMapScDenomY))… in LogicToLogic() local2385 …const double fZeroPointY(double(aMapResSource.mnMapOfsY) * fScaleFactorY - double(aMapResDest.mnMa… in LogicToLogic()2388 aTransform.set(1, 1, fScaleFactorY); in LogicToLogic()
Completed in 18 milliseconds