Lines Matching refs:eD
760 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument
762 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
764 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
766 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()
773 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() argument
776 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
778 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()
785 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() argument
788 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
790 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()
797 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD) in GetMapFactor() argument
799 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
801 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
803 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()