Home
last modified time | relevance | path

Searched refs:m_circlePath (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp80 m_circlePath.clear(); in updateCirclePath()
82 m_circlePath << p.geoToMapProjection(c); in updateCirclePath()
96 QList<QDoubleVector2D> circlePath = m_dataCPU->m_circlePath; in updateGeometryCPU()
123 closedPath = m_dataCPU->m_circlePath; in updateGeometryCPU()
156 m_circlePath.clear(); in updateCirclePath()
159 QDeclarativeCircleMapItemPrivate::calculatePeripheralPoints(m_circlePath, in updateCirclePath()
180 if (m_dataGL->m_circlePath.length() == 0) { // Possibly cleared in updateGeometryGL()
186 m_dataGL->m_geometry.updateSourcePoints(*m_map, m_dataGL->m_circlePath); in updateGeometryGL()
188 m_dataGL->m_circlePath.clear(); // not needed anymore in updateGeometryGL()
H A Dqmapcircleobjectqsg_p_p.h105 QList<QDoubleVector2D> m_circlePath; member
114 QList<QGeoCoordinate> m_circlePath; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem_p_p.h98 m_circlePath.clear(); in updateCirclePath()
100 m_circlePath << p.geoToMapProjection(c); in updateCirclePath()
114 QList<QDoubleVector2D> m_circlePath; variable
177 QList<QDoubleVector2D> circlePath = m_circlePath; in updatePolish()
204 closedPath = m_circlePath; in updatePolish()
352 m_geometry.updateSourcePoints(*m_circle.map(), m_circlePath); in updatePolish()