Home
last modified time | relevance | path

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

/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem.cpp230 if (!p.isProjectable(p.geoToWrappedMapProjection(dragStartCoordinate_))) in geometryChanged()
435 && !p.isProjectable(p.geoToWrappedMapProjection(coordinate()))) { in updatePolish()
H A Dqdeclarativegeomapitembase.cpp190 if (!p.isProjectable(wrappedProjection)) in setPositionOnMap()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/location/maps/
H A Dqgeoprojection.cpp153 if (!isProjectable(coordWrapped)) in setBearing()
389 if (!isProjectable(wrappedMapProjection)) in itemPositionToCoordinate()
400 if (!isProjectable(wrappedProjection)) in coordinateToItemPosition()
456 bool QGeoProjectionWebMercator::isProjectable(const QDoubleVector2D &wrappedProjection) const in isProjectable() function in QGeoProjectionWebMercator
H A Dqgeoprojection_p.h176 bool isProjectable(const QDoubleVector2D &wrappedProjection) const;