Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dwrap.hpp10 inline void shiftCoords(vt_features& features, double offset) { in shiftCoords()
19 inline vt_features wrap(const vt_features& features, double buffer) { in wrap()
H A Dconvert.hpp95 inline vt_features convert(const geometry::feature_collection<double>& features, in convert()
97 vt_features projected; in convert()
H A Dclip.hpp213 inline vt_features clip(const vt_features& features, in clip()
225 vt_features clipped; in clip()
H A Dtile.hpp29 vt_features source_features;
34 InternalTile(const vt_features& source, in InternalTile()
H A Dtypes.hpp158 using vt_features = std::vector<vt_feature>; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp170 void splitTile(const detail::vt_features& features, in splitTile()