Lines Matching refs:eS
760 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument
762 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
763 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
765 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
773 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() argument
775 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
777 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
785 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() argument
787 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
789 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
797 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD) in GetMapFactor() argument
799 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
800 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
802 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()