Searched refs:polygons (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile_data.cpp | 55 std::vector<GeometryCollection> polygons; in classifyRings() local 60 polygons.push_back(rings); in classifyRings() 61 return polygons; in classifyRings() 77 polygons.push_back(polygon); in classifyRings() 85 polygons.push_back(polygon); in classifyRings() 87 return polygons; in classifyRings()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_geojson.cpp | 154 const QMapbox::CoordinatesCollections &polygons = feature.geometry; in asMapboxGLFeature() local 155 if (polygons.size() == 1) { in asMapboxGLFeature() 156 return { asMapboxGLPolygon(polygons.first()), std::move(properties), std::move(id) }; in asMapboxGLFeature() 158 return { asMapboxGLMultiPolygon(polygons), std::move(properties), std::move(id) }; in asMapboxGLFeature()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocameratiles.cpp | 222 ClippedFootprint polygons = clipFootprintToMap(footprint); in updateGeometry() local 224 m_clippedFootprint = polygons; in updateGeometry() 228 if (!polygons.left.isEmpty()) { in updateGeometry() 229 QSet<QGeoTileSpec> tilesLeft = tilesFromPolygon(polygons.left); in updateGeometry() 233 if (!polygons.right.isEmpty()) { in updateGeometry() 234 QSet<QGeoTileSpec> tilesRight = tilesFromPolygon(polygons.right); in updateGeometry() 238 if (!polygons.mid.isEmpty()) { in updateGeometry() 239 QSet<QGeoTileSpec> tilesRight = tilesFromPolygon(polygons.mid); in updateGeometry()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/ |
| H A D | tile.hpp | 171 mapbox::geometry::multi_polygon<int16_t> transform(const vt_multi_polygon& polygons) { in transform() argument 173 for (const auto& polygon : polygons) { in transform()
|
| H A D | clip.hpp | 59 vt_geometry operator()(const vt_multi_polygon& polygons) const { in operator ()() 61 for (const auto& polygon : polygons) { in operator ()()
|
| /OK3568_Linux_fs/buildroot/package/sdl2_gfx/ |
| H A D | Config.in | 7 lines, circles or polygons, an interpolating rotozoomer for
|
| /OK3568_Linux_fs/buildroot/package/sdl_gfx/ |
| H A D | Config.in | 7 circles or polygons, an interpolating rotozoomer for SDL
|
| /OK3568_Linux_fs/buildroot/package/imagemagick/ |
| H A D | Config.in | 12 special effects, or draw text, lines, polygons, ellipses and
|
| H A D | Config.in.host | 11 special effects, or draw text, lines, polygons, ellipses and
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/ |
| H A D | changes-5.7.1 | 31 - [QTBUG-55964] Fixed rendering of polylines and polygons at the edge
|
| H A D | changes-5.9.0 | 74 - Added support to the MapboxGL plugin to natively renders map polylines, polygons and rectangles.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | tile_cover_impl.cpp | 258 BoundsMap operator()(const MultiPolygon<double>& polygons) const { in operator ()() 260 for(const auto& polygon: polygons) { in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | USAGE | 117 2d-shapes 2D graphics: polygons 118 2d-aashapes 2D graphics: aa polygons 119 2d-polys 2D graphics: complex polygons
|