Searched refs:OffsetPoint (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/ |
| H A D | clipper.h | 382 void OffsetPoint(int j, int& k, JoinType jointype);
|
| H A D | clipper.cpp | 4043 OffsetPoint(j, k, node.m_jointype); in DoOffset() 4050 OffsetPoint(j, k, node.m_jointype); in DoOffset() 4060 OffsetPoint(j, k, node.m_jointype); in DoOffset() 4067 OffsetPoint(j, k, node.m_jointype); in DoOffset() 4098 for (int j = k - 1; j > 0; --j) OffsetPoint(j, k, node.m_jointype); in DoOffset() 4124 void ClipperOffset::OffsetPoint(int j, int& k, JoinType jointype) in OffsetPoint() function in QtClipperLib::ClipperOffset
|