Searched refs:geometry_ (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/ |
| H A D | qmapbox.hpp | 41 …Feature(Type type_ = PointType, const CoordinatesCollections& geometry_ = CoordinatesCollections(), in Feature() 43 : type(type_), geometry(geometry_), properties(properties_), id(id_) {} in Feature() 60 …ShapeAnnotationGeometry(Type type_ = LineStringType, const CoordinatesCollections& geometry_ = Coo… in ShapeAnnotationGeometry() 61 : type(type_), geometry(geometry_) {} in ShapeAnnotationGeometry() 74 …LineAnnotation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity… in LineAnnotation() 76 : geometry(geometry_), opacity(opacity_), width(width_), color(color_) {} in LineAnnotation() 86 …FillAnnotation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity… in FillAnnotation() 88 : geometry(geometry_), opacity(opacity_), color(color_), outlineColor(outlineColor_) {} in FillAnnotation()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/ |
| H A D | annotation.hpp | 20 SymbolAnnotation(Point<double> geometry_, std::string icon_ = {}) in SymbolAnnotation() argument 21 : geometry(std::move(geometry_)), 36 LineAnnotation(ShapeAnnotationGeometry geometry_, in LineAnnotation() argument 40 : geometry(std::move(geometry_)), in LineAnnotation() 53 FillAnnotation(ShapeAnnotationGeometry geometry_, in FillAnnotation() argument 57 : geometry(std::move(geometry_)),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geometry/0.9.3/include/mapbox/geometry/ |
| H A D | feature.hpp | 61 feature(geometry_type geometry_, in feature() 64 : geometry(std::move(geometry_)),
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolygonmapitem.cpp | 936 geometry_(QSGGeometry::defaultAttributes_Point2D(), 0) in MapPolygonNode() 938 geometry_.setDrawingMode(QSGGeometry::DrawTriangles); in MapPolygonNode() 940 QSGGeometryNode::setGeometry(&geometry_); in MapPolygonNode() 988 geometry_(QSGGeometry::defaultAttributes_Point2D(), 0) in MapPolygonNodeGL() 990 geometry_.setDrawingMode(QSGGeometry::DrawTriangles); in MapPolygonNodeGL() 992 QSGGeometryNode::setGeometry(&geometry_); in MapPolygonNodeGL()
|
| H A D | qdeclarativepolylinemapitem.cpp | 1457 geometry_(QSGGeometry::defaultAttributes_Point2D(),0) in MapPolylineNode() 1459 geometry_.setDrawingMode(QSGGeometry::DrawTriangleStrip); in MapPolylineNode() 1461 QSGGeometryNode::setGeometry(&geometry_); in MapPolylineNode() 1498 : geometry_(QSGGeometry::defaultAttributes_Point2D(), 0) in MapPolylineNodeOpenGLLineStrip() 1500 geometry_.setDrawingMode(QSGGeometry::DrawLineStrip); in MapPolylineNodeOpenGLLineStrip() 1502 QSGGeometryNode::setGeometry(&geometry_); in MapPolylineNodeOpenGLLineStrip()
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 271 QSGGeometry geometry_; variable 288 QSGGeometry geometry_; variable
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 213 QSGGeometry geometry_; variable 492 QSGGeometry geometry_; variable
|