Searched refs:QSGGeometry (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem_p_p.h | 213 QSGGeometry geometry_; 307 bool allocateAndFillEntries(QSGGeometry *geom, 310 void allocateAndFillLineStrip(QSGGeometry *geom, 492 QSGGeometry geometry_; 537 static const QSGGeometry::AttributeSet &attributes() in attributes() 539 static const QSGGeometry::Attribute dataTri[] = { in attributes() 540 …QSGGeometry::Attribute::createWithAttributeType(0, 2, QSGGeometry::FloatType, QSGGeometry::Positio… in attributes() 541 …,QSGGeometry::Attribute::createWithAttributeType(1, 2, QSGGeometry::FloatType, QSGGeometry::Unknow… in attributes() 542 …,QSGGeometry::Attribute::createWithAttributeType(2, 2, QSGGeometry::FloatType, QSGGeometry::Unknow… in attributes() 543 …,QSGGeometry::Attribute::createWithAttributeType(3, 1, QSGGeometry::FloatType, QSGGeometry::Unknow… in attributes() [all …]
|
| H A D | qgeomapitemgeometry.cpp | 72 void QGeoMapItemGeometry::allocateAndFill(QSGGeometry *geom) const in allocateAndFill() 79 if (geom->indexType() == QSGGeometry::UnsignedShortType) { in allocateAndFill() 83 } else if (geom->indexType() == QSGGeometry::UnsignedIntType) { in allocateAndFill() 92 QSGGeometry::Point2D *pts = geom->vertexDataAsPoint2D(); in allocateAndFill()
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 118 void allocateAndFillPolygon(QSGGeometry *geom) const in allocateAndFillPolygon() 126 if (geom->indexType() == QSGGeometry::UnsignedShortType) { in allocateAndFillPolygon() 130 } else if (geom->indexType() == QSGGeometry::UnsignedIntType) { in allocateAndFillPolygon() 136 QSGGeometry::Point2D *pts = geom->vertexDataAsPoint2D(); in allocateAndFillPolygon() 271 QSGGeometry geometry_; 288 QSGGeometry geometry_;
|
| H A D | qgeomapitemgeometry_p.h | 63 class QSGGeometry; variable 126 void allocateAndFill(QSGGeometry *geom) const;
|
| H A D | qdeclarativepolylinemapitem.cpp | 1457 geometry_(QSGGeometry::defaultAttributes_Point2D(),0) in MapPolylineNode() 1459 geometry_.setDrawingMode(QSGGeometry::DrawTriangleStrip); in MapPolylineNode() 1485 QSGGeometry *fill = QSGGeometryNode::geometry(); in update() 1498 : geometry_(QSGGeometry::defaultAttributes_Point2D(), 0) in MapPolylineNodeOpenGLLineStrip() 1500 geometry_.setDrawingMode(QSGGeometry::DrawLineStrip); in MapPolylineNodeOpenGLLineStrip() 1524 QSGGeometry *fill = QSGGeometryNode::geometry(); in update() 1609 const QSGGeometry::AttributeSet &MapPolylineNodeOpenGLExtruded::attributesMapPolylineTriangulated() in attributesMapPolylineTriangulated() 1616 0 /* vtx cnt */, 0 /* index cnt */, QSGGeometry::UnsignedIntType /* index type */) in MapPolylineNodeOpenGLExtruded() 1618 m_geometryTriangulating.setDrawingMode(QSGGeometry::DrawTriangles); in MapPolylineNodeOpenGLExtruded() 1628 bool QGeoMapPolylineGeometryOpenGL::allocateAndFillEntries(QSGGeometry *geom, in allocateAndFillEntries() [all …]
|
| H A D | qdeclarativepolygonmapitem.cpp | 936 geometry_(QSGGeometry::defaultAttributes_Point2D(), 0) in MapPolygonNode() 938 geometry_.setDrawingMode(QSGGeometry::DrawTriangles); in MapPolygonNode() 973 QSGGeometry *fill = QSGGeometryNode::geometry(); in update() 988 geometry_(QSGGeometry::defaultAttributes_Point2D(), 0) in MapPolygonNodeGL() 990 geometry_.setDrawingMode(QSGGeometry::DrawTriangles); in MapPolygonNodeGL() 1013 QSGGeometry *fill = QSGGeometryNode::geometry(); in update()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotiledmapscene_p_p.h | 77 , geometry(QSGGeometry::defaultAttributes_Point2D(), 4) in QGeoTiledMapRootNode() 99 QSGGeometry::updateRectGeometry(&geometry, rect); in setClipRect() 114 QSGGeometry geometry;
|