Searched refs:m_wrappedPolygons (Results 1 – 4 of 4) sorted by relevance
491 m_wrappedPolygons.resize(3); in updateSourcePoints()492 m_wrappedPolygons[0].wrappedBboxes = wrappedBboxMinus1; in updateSourcePoints()493 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()494 m_wrappedPolygons[2].wrappedBboxes = wrappedBboxPlus1; in updateSourcePoints()525 m_wrappedPolygons.resize(3); in updateSourcePoints()526 m_wrappedPolygons[0].wrappedBboxes = wrappedBboxMinus1; in updateSourcePoints()527 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()528 m_wrappedPolygons[2].wrappedBboxes = wrappedBboxPlus1; in updateSourcePoints()573 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry()
832 m_wrappedPolygons.resize(3); in updateSourcePoints()833 m_wrappedPolygons[0].wrappedBboxes = wrappedBboxMinus1; in updateSourcePoints()834 m_wrappedPolygons[1].wrappedBboxes = wrappedBbox; in updateSourcePoints()835 m_wrappedPolygons[2].wrappedBboxes = wrappedBboxPlus1; in updateSourcePoints()895 const QList<QDoubleVector2D> &wrappedBbox = m_wrappedPolygons.at(m_wrapOffset).wrappedBboxes; in updateQuickGeometry()
144 QVector<WrappedPolygon> m_wrappedPolygons; variable
369 QVector<WrappedPolyline> m_wrappedPolygons; variable