Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h74 static cInt const loRange = 0x7FFF; variable
78 static cInt const loRange = 0x3FFFFFFF; variable
H A Dclipper.cpp903 else if (Pt.X > loRange|| Pt.Y > loRange || -Pt.X > loRange || -Pt.Y > loRange) in RangeTest()