Searched refs:loRange (Results 1 – 2 of 2) sorted by relevance
74 static cInt const loRange = 0x7FFF; variable78 static cInt const loRange = 0x3FFFFFFF; variable
903 else if (Pt.X > loRange|| Pt.Y > loRange || -Pt.X > loRange || -Pt.Y > loRange) in RangeTest()