Searched refs:circlePath (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativecirclemapitem_p_p.h | 63 void updateScreenPointsInvert(const QList<QDoubleVector2D> &circlePath, const QGeoMap &map); 177 QList<QDoubleVector2D> circlePath = m_circlePath; in updatePolish() local 179 int pathCount = circlePath.size(); in updatePolish() 180 …bool preserve = preserveCircleGeometry(circlePath, m_circle.m_circle.center(), m_circle.m_circle.r… in updatePolish() 187 …if (crossEarthPole(m_circle.m_circle.center(), m_circle.m_circle.radius()) && circlePath.size() ==… in updatePolish() 188 …m_geometry.updateScreenPointsInvert(circlePath, *m_circle.map()); // invert fill area for really h… in updatePolish() 191 m_geometry.updateSourcePoints(*m_circle.map(), circlePath); in updatePolish() 200 QList<QDoubleVector2D> closedPath = circlePath; in updatePolish()
|
| H A D | qdeclarativecirclemapitem.cpp | 155 void QGeoMapCircleGeometry::updateScreenPointsInvert(const QList<QDoubleVector2D> &circlePath, cons… in updateScreenPointsInvert() argument 160 …if (map.viewportWidth() == 0 || map.viewportHeight() == 0 || circlePath.size() < 3) // a circle re… in updateScreenPointsInvert() 189 for (const QDoubleVector2D &c: circlePath) in updateScreenPointsInvert()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmapcircleobjectqsg.cpp | 96 QList<QDoubleVector2D> circlePath = m_dataCPU->m_circlePath; in updateGeometryCPU() local 98 int pathCount = circlePath.size(); in updateGeometryCPU() 99 …bool preserve = QDeclarativeCircleMapItemPrivateCPU::preserveCircleGeometry(circlePath, center(), … in updateGeometryCPU() 107 …if (QDeclarativeCircleMapItemPrivateCPU::crossEarthPole(center(), radius()) && circlePath.size() =… in updateGeometryCPU() 108 …m_dataCPU->m_geometry.updateScreenPointsInvert(circlePath, *m_map); // invert fill area for really… in updateGeometryCPU() 111 m_dataCPU->m_geometry.updateSourcePoints(*m_map, circlePath); in updateGeometryCPU() 119 QList<QDoubleVector2D> closedPath = circlePath; in updateGeometryCPU()
|