Searched refs:fMaxLong (Results 1 – 1 of 1) sorted by relevance
1318 …const double fMaxLong((double)(MetricField::ConvertValue( LONG_MAX, 0, MAP_100TH_MM, meDlgUnit ) -… in IMPL_LINK_INLINE_END() local1319 fLeft = (fLeft > fMaxLong) ? fMaxLong : (fLeft < -fMaxLong) ? -fMaxLong : fLeft; in IMPL_LINK_INLINE_END()1320 fRight = (fRight > fMaxLong) ? fMaxLong : (fRight < -fMaxLong) ? -fMaxLong : fRight; in IMPL_LINK_INLINE_END()1321 fTop = (fTop > fMaxLong) ? fMaxLong : (fTop < -fMaxLong) ? -fMaxLong : fTop; in IMPL_LINK_INLINE_END()1322 fBottom = (fBottom > fMaxLong) ? fMaxLong : (fBottom < -fMaxLong) ? -fMaxLong : fBottom; in IMPL_LINK_INLINE_END()
Completed in 26 milliseconds