Home
last modified time | relevance | path

Searched refs:addSubjectPath (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/clip2tri/
H A Dclip2tri.h86 void addSubjectPath(const Path &path, bool closed);
H A Dclip2tri.cpp99 void clip2tri::addSubjectPath(const Path &path, bool closed) in addSubjectPath() function in c2t::clip2tri
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp138 clipper.addSubjectPath(QClipperUtils::qListToPath(wrappedPath), closed); in clipPolygon()
H A Dqdeclarativecirclemapitem.cpp193 clipper.addSubjectPath(QClipperUtils::qListToPath(fill), true); in updateScreenPointsInvert()
204 clipper.addSubjectPath(p, true); in updateScreenPointsInvert()
H A Dqdeclarativepolygonmapitem.cpp213 clipper.addSubjectPath(QClipperUtils::qListToPath(wrappedPath), true); in updateSourcePoints()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp775 clipper.addSubjectPath(QClipperUtils::qListToPath(mapRect), true); in updateVisibleRegion()
819 clipperProjectable.addSubjectPath(QClipperUtils::qListToPath(mapRect), true); in updateVisibleRegion()
843 clipperExpanded.addSubjectPath(QClipperUtils::qListToPath(m_visibleRegionExpanded), true); in updateVisibleRegion()