Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clipper/
H A Dclipper.h304 ZFillCallback m_ZFill; //custom callback variable
H A Dclipper.cpp1483 m_ZFill = 0; in Clipper()
1491 m_ZFill = zFillFunc; in ZFillFunction()
2096 if (pt.Z != 0 || !m_ZFill) return; in SetZ()
2101 else (*m_ZFill)(e1.Bot, e1.Top, e2.Bot, e2.Top, pt); in SetZ()