Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp71 static bool geoRectangleCrossesDateLine(const QGeoRectangle &rect) { in geoRectangleCrossesDateLine() function
82 if (geoRectangleCrossesDateLine(*rect)) { in featureFromMapRectangle()
135 const bool crossesDateline = geoRectangleCrossesDateLine(polygon->boundingGeoRectangle()); in featureFromMapPolygon()
153 const bool crossesDateline = geoRectangleCrossesDateLine(path->boundingGeoRectangle()); in featureFromMapPolyline()