Home
last modified time | relevance | path

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 Dgeometry_tile_data.cpp55 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 Dqt_geojson.cpp154 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 Dqgeocameratiles.cpp222 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 Dtile.hpp171 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 Dclip.hpp59 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 DConfig.in7 lines, circles or polygons, an interpolating rotozoomer for
/OK3568_Linux_fs/buildroot/package/sdl_gfx/
H A DConfig.in7 circles or polygons, an interpolating rotozoomer for SDL
/OK3568_Linux_fs/buildroot/package/imagemagick/
H A DConfig.in12 special effects, or draw text, lines, polygons, ellipses and
H A DConfig.in.host11 special effects, or draw text, lines, polygons, ellipses and
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.7.131 - [QTBUG-55964] Fixed rendering of polylines and polygons at the edge
H A Dchanges-5.9.074 - 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 Dtile_cover_impl.cpp258 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 DUSAGE117 2d-shapes 2D graphics: polygons
118 2d-aashapes 2D graphics: aa polygons
119 2d-polys 2D graphics: complex polygons