Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem_p_p.h63 void updateScreenPointsInvert(const QList<QDoubleVector2D> &circlePath, const QGeoMap &map);
188 …m_geometry.updateScreenPointsInvert(circlePath, *m_circle.map()); // invert fill area for really h… in updatePolish()
H A Dqdeclarativecirclemapitem.cpp155 void QGeoMapCircleGeometry::updateScreenPointsInvert(const QList<QDoubleVector2D> &circlePath, cons… in updateScreenPointsInvert() function in QGeoMapCircleGeometry
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp108 …m_dataCPU->m_geometry.updateScreenPointsInvert(circlePath, *m_map); // invert fill area for really… in updateGeometryCPU()