Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.cpp45 ToGeometryCollection toGeometryCollection; in updateTileData() local
49 … GeometryCollection renderGeometry = apply_visitor(toGeometryCollection, shapeFeature.geometry); in updateTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeometry_tile_data.cpp29 static GeometryCollection toGeometryCollection(MultiPolygon<int16_t>&& multipolygon) { in toGeometryCollection() function
51 return toGeometryCollection(std::move(multipolygon)); in fixupPolygons()