Searched refs:cInt (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 73 typedef int cInt; typedef 74 static cInt const loRange = 0x7FFF; 75 static cInt const hiRange = 0x7FFF; 77 typedef signed long long cInt; typedef 78 static cInt const loRange = 0x3FFFFFFF; 79 static cInt const hiRange = 0x3FFFFFFFFFFFFFFFLL; 86 cInt X; 87 cInt Y; 89 cInt Z; 90 IntPoint(cInt x = 0, cInt y = 0, cInt z = 0): X(x), Y(y), Z(z) {}; in X() [all …]
|
| H A D | clipper.cpp | 93 cInt Y; 136 inline cInt Round(double val) in Round() 138 if ((val < 0)) return static_cast<cInt>(val - 0.5); in Round() 139 else return static_cast<cInt>(val + 0.5); in Round() 143 inline cInt Abs(cInt val) in Abs() 593 cInt dy = (e.Top.Y - e.Bot.Y); in SetDx() 615 inline cInt TopX(TEdge &edge, const cInt currentY) in TopX() 872 bool HorzSegmentsOverlap(cInt seg1a, cInt seg1b, cInt seg2a, cInt seg2b) in HorzSegmentsOverlap() 1286 bool ClipperBase::PopLocalMinima(cInt Y, const LocalMinimum *&locMin) in PopLocalMinima() 1335 void ClipperBase::InsertScanbeam(const cInt Y) in InsertScanbeam() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qclipperutils.cpp | 59 return IntPoint(cInt(p.x() * kClipperScaleFactor), cInt(p.y() * kClipperScaleFactor)); in toIntPoint()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 94 return IntPoint(cInt(x * kClipperScaleFactor), cInt(y * kClipperScaleFactor)); in toIntPoint()
|