Lines Matching refs:eD
803 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument
805 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
807 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
809 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()
816 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() argument
819 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
821 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()
828 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() argument
831 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
833 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()
840 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD) in GetMapFactor() argument
842 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
844 FrPair aD(GetInchOrMM(eD)); in GetMapFactor()
846 FASTBOOL bDInch=IsInch(eD); in GetMapFactor()