Searched refs:projection (Results 1 – 10 of 10) sorted by relevance
326 QGeoProjectionWebMercator projection; in screenToMercatorPositions() local327 projection.setViewportSize(QSize(screenWidth,screenHeight)); in screenToMercatorPositions()328 projection.setCameraData(camera); in screenToMercatorPositions()331 …QDoubleVector2D mercartorPos = projection.unwrapMapProjection(projection.itemPositionToWrappedMapP… in screenToMercatorPositions()378 QGeoProjectionWebMercator projection; in mercatorToScreenPositions() local379 projection.setViewportSize(QSize(screenWidth,screenHeight)); in mercatorToScreenPositions()380 projection.setCameraData(camera); in mercatorToScreenPositions()383 …QPointF point = projection.wrappedMapProjectionToItemPosition(projection.wrapMapProjection(mercato… in mercatorToScreenPositions()
163 QGeoCoordinate mapProjectionToGeo(const QDoubleVector2D &projection) const;165 int projectionWrapFactor(const QDoubleVector2D &projection) const;166 QDoubleVector2D wrapMapProjection(const QDoubleVector2D &projection) const;
309 QGeoCoordinate QGeoProjectionWebMercator::mapProjectionToGeo(const QDoubleVector2D &projection) con… in mapProjectionToGeo()311 return QWebMercator::mercatorToCoord(projection); in mapProjectionToGeo()314 int QGeoProjectionWebMercator::projectionWrapFactor(const QDoubleVector2D &projection) const in projectionWrapFactor()316 const double &x = projection.x(); in projectionWrapFactor()328 QDoubleVector2D QGeoProjectionWebMercator::wrapMapProjection(const QDoubleVector2D &projection) con… in wrapMapProjection()330 … return QDoubleVector2D(projection.x() + double(projectionWrapFactor(projection)), projection.y()); in wrapMapProjection()
195 …PointAndCameraDistance projection = project(convertPoint<float>(line.at(currentIndex)), labelPlane… in placeGlyphAlongLine() local196 if (projection.second > 0) { in placeGlyphAlongLine()197 current = projection.first; in placeGlyphAlongLine()
47 - Ported Map*ObjectPrivateQSG to the shader-based projection geometries.
42 - Added new private API, QGeoProjection, for the coordinate <-> screen projection50 - QGeoProjectionWebMercator now uses a projection matrix to project to item position.
51 from the sensor will give a projection of the gravity vector through the
684 #pragma mark Conversion and projection
5010 These functions return the projection of the complex value Z onto