Home
last modified time | relevance | path

Searched refs:closedPath (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp119 QList<QDoubleVector2D> closedPath = circlePath; in updateGeometryCPU() local
120 closedPath << closedPath.first(); in updateGeometryCPU()
123 closedPath = m_dataCPU->m_circlePath; in updateGeometryCPU()
124 closedPath << closedPath.first(); in updateGeometryCPU()
125 std::reverse(closedPath.begin(), closedPath.end()); in updateGeometryCPU()
139 m_dataCPU->m_borderGeometry.clipPath(*m_map, closedPath, borderLeftBoundWrapped); in updateGeometryCPU()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem_p_p.h200 QList<QDoubleVector2D> closedPath = circlePath; in updatePolish() local
201 closedPath << closedPath.first(); in updatePolish()
204 closedPath = m_circlePath; in updatePolish()
205 closedPath << closedPath.first(); in updatePolish()
206 std::reverse(closedPath.begin(), closedPath.end()); in updatePolish()
219 …Vector2D > > clippedPaths = m_borderGeometry.clipPath(*m_circle.map(), closedPath, borderLeftBound… in updatePolish()
H A Dqdeclarativerectanglemapitem_p_p.h155 QList<QDoubleVector2D> closedPath = pathMercator_; in updatePolish() local
156 closedPath << closedPath.first(); in updatePolish()
165 …leVector2D > > clippedPaths = m_borderGeometry.clipPath(*m_rect.map(), closedPath, borderLeftBound… in updatePolish()
H A Dqdeclarativepolygonmapitem_p_p.h415 QList<QDoubleVector2D> closedPath = m_geopathProjected; in updatePolish() local
416 closedPath << closedPath.first(); in updatePolish()
426 …ist<QDoubleVector2D > > clippedPaths = m_borderGeometry.clipPath(*map, closedPath, borderLeftBound… in updatePolish()