Home
last modified time | relevance | path

Searched refs:hiRange (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h75 static cInt const hiRange = 0x7FFF; variable
79 static cInt const hiRange = 0x3FFFFFFFFFFFFFFFLL; variable
H A Dclipper.cpp900 if (Pt.X > hiRange || Pt.Y > hiRange || -Pt.X > hiRange || -Pt.Y > hiRange) in RangeTest()