Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_coordinate.hpp12 using TileCoordinatePoint = Point<double>; typedef
18 TileCoordinatePoint p;
35 …yCoordinate toGeometryCoordinate(const UnwrappedTileID& tileID, const TileCoordinatePoint& point) { in toGeometryCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp126 TileCoordinatePoint nePoint = { -INFINITY, -INFINITY }; in update()
127 TileCoordinatePoint swPoint = { INFINITY, INFINITY }; in update()
128 std::vector<TileCoordinatePoint> tileCoordinates; in update()