Searched refs:pathToQList (Results 1 – 3 of 3) sorted by relevance
62 QList<QDoubleVector2D> QClipperUtils::pathToQList(const Path &path) in pathToQList() function in QClipperUtils76 res.append(pathToQList(p)); in pathsToQList()
77 static QList<QDoubleVector2D> pathToQList(const Path &path);
781 …m_visibleRegion = QClipperUtils::pathToQList(res[0]); // Intersection between two convex quadrilat… in updateVisibleRegion()824 …m_projectableRegion = QClipperUtils::pathToQList(resProjectable[0]); // Intersection between two c… in updateVisibleRegion()847 …m_visibleRegionExpanded = QClipperUtils::pathToQList(resVisibleExpanded[0]); // Intersection betwe… in updateVisibleRegion()