Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp128 std::vector<TileCoordinatePoint> tileCoordinates; in update() local
131 tileCoordinates.push_back(point); in update()
187 for (auto tileCoords : tileCoordinates) { in update()