Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h382 void OffsetPoint(int j, int& k, JoinType jointype);
H A Dclipper.cpp4043 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