Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dshape_annotation_impl.cpp55 renderGeometry = fixupPolygons(renderGeometry); in updateTileData()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dgeojson_tile_data.hpp33 geometry = fixupPolygons(geometry); in getGeometries()
H A Dvector_tile_data.cpp42 return fixupPolygons(lines); in getGeometries()
H A Dgeometry_tile_data.hpp83 GeometryCollection fixupPolygons(const GeometryCollection&);
H A Dgeometry_tile_data.cpp39 GeometryCollection fixupPolygons(const GeometryCollection& rings) { in fixupPolygons() function