Lines Matching refs:eS
803 FrPair GetMapFactor(MapUnit eS, MapUnit eD) in GetMapFactor() argument
805 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
806 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
808 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
816 FrPair GetMapFactor(MapUnit eS, FieldUnit eD) in GetMapFactor() argument
818 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
820 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
828 FrPair GetMapFactor(FieldUnit eS, MapUnit eD) in GetMapFactor() argument
830 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
832 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()
840 FrPair GetMapFactor(FieldUnit eS, FieldUnit eD) in GetMapFactor() argument
842 if (eS==eD) return FrPair(1,1,1,1); in GetMapFactor()
843 FrPair aS(GetInchOrMM(eS)); in GetMapFactor()
845 FASTBOOL bSInch=IsInch(eS); in GetMapFactor()