Home
last modified time | relevance | path

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 Dqmapbox.hpp41 …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 Dannotation.hpp20 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 Dfeature.hpp61 feature(geometry_type geometry_, in feature()
64 : geometry(std::move(geometry_)),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp936 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 Dqdeclarativepolylinemapitem.cpp1457 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 Dqdeclarativepolygonmapitem_p_p.h271 QSGGeometry geometry_; variable
288 QSGGeometry geometry_; variable
H A Dqdeclarativepolylinemapitem_p_p.h213 QSGGeometry geometry_; variable
492 QSGGeometry geometry_; variable