Searched refs:splitTile (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/ |
| H A D | geojsonvt.hpp | 99 splitTile(features, 0, 0, 0); in GeoJSONVT() 131 splitTile(parent.source_features, parent.z, parent.x, parent.y, z, x, y); in getTile() 170 void splitTile(const detail::vt_features& features, in splitTile() function in mapbox::geojsonvt::GeoJSONVT 235 splitTile(detail::clip<1>(left, (y - p) / z2, (y + 0.5 + p) / z2, min.y, max.y), z + 1, in splitTile() 237 splitTile(detail::clip<1>(left, (y + 0.5 - p) / z2, (y + 1 + p) / z2, min.y, max.y), z + 1, in splitTile() 243 splitTile(detail::clip<1>(right, (y - p) / z2, (y + 0.5 + p) / z2, min.y, max.y), z + 1, in splitTile() 245 splitTile(detail::clip<1>(right, (y + 0.5 - p) / z2, (y + 1 + p) / z2, min.y, max.y), z + 1, in splitTile()
|