Home
last modified time | relevance | path

Searched refs:toPointF (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapitemutils.cpp173 projectedBbox.moveTo(point.toPointF()); in projectBbox()
175 projectedBbox.lineTo(point.toPointF()); in projectBbox()
H A Dqdeclarativecirclemapitem.cpp240 ppi.moveTo(point.toPointF()); in updateScreenPointsInvert()
245 ppi.lineTo(point.toPointF()); in updateScreenPointsInvert()
252 ppi.translate(-1 * origin.toPointF()); in updateScreenPointsInvert()
H A Dqdeclarativegeomapitembase.cpp199 QPointF topLeft = pos.toPointF() - offset; in setPositionOnMap()
H A Dqdeclarativepolygonmapitem.cpp247 srcPath_.moveTo(point.toPointF()); in updateSourcePoints()
252 srcPath_.lineTo(point.toPointF()); in updateSourcePoints()
H A Dqdeclarativepolylinemapitem.cpp676 QPointF origin = map.geoProjection().coordinateToItemPosition(srcOrigin_, false).toPointF(); in updateScreenPoints()
H A Dqdeclarativegeomap.cpp1561 … return m_map->geoProjection().coordinateToItemPosition(coordinate, clipToViewPort).toPointF(); in fromCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublevector2d_p.h114 Q_DECL_CONSTEXPR inline QPointF toPointF() const;
246 Q_DECL_CONSTEXPR inline QPointF QDoubleVector2D::toPointF() const in toPointF() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp385 return QWebMercator::coordToMercator(coord).toPointF(); in coordToMercator()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp149 … m_map->geoProjection().coordinateToItemPosition(m_dataCPU->m_geometry.origin(), false).toPointF(); in updateGeometryCPU()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotiledmapscene/
H A Dtst_qgeotiledmapscene.cpp383 …rojection.wrappedMapProjectionToItemPosition(projection.wrapMapProjection(mercatorPos)).toPointF(); in mercatorToScreenPositions()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoprojection.cpp155 const QPointF rotationPoint = wrappedMapProjectionToItemPosition(coordWrapped).toPointF(); in setBearing()