Searched refs:strokeWidth (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem.cpp | 670 qreal strokeWidth, in updateScreenPoints() argument 686 viewport.adjust(-strokeWidth, -strokeWidth, strokeWidth * 2, strokeWidth * 2); in updateScreenPoints() 705 ts.process(vp, QPen(QBrush(Qt::black), strokeWidth), QRectF(), QPainter::Qt4CompatiblePainting); in updateScreenPoints() 744 …const QPointF strokeOffset = (adjustTranslation) ? QPointF(strokeWidth, strokeWidth) * 0.5: QPoint… in updateScreenPoints() 864 void QGeoMapPolylineGeometryOpenGL::updateScreenPoints(const QGeoMap &map, qreal strokeWidth, bool … in updateScreenPoints() argument 885 updateQuickGeometry(p, strokeWidth); in updateScreenPoints() 888 …pPolylineGeometryOpenGL::updateQuickGeometry(const QGeoProjectionWebMercator &p, qreal strokeWidth) in updateQuickGeometry() argument 922 sourceBounds_.setWidth(brect.width() + strokeWidth); in updateQuickGeometry() 923 sourceBounds_.setHeight(brect.height() + strokeWidth); in updateQuickGeometry()
|
| H A D | qdeclarativepolygonmapitem.cpp | 269 void QGeoMapPolygonGeometry::updateScreenPoints(const QGeoMap &map, qreal strokeWidth) in updateScreenPoints() argument 333 if (strokeWidth != 0.0) in updateScreenPoints() 334 this->translate(QPointF(strokeWidth, strokeWidth)); in updateScreenPoints() 542 void QGeoMapPolygonGeometryOpenGL::updateScreenPoints(const QGeoMap &map, qreal strokeWidth , const… in updateScreenPoints() argument 562 …if (strokeWidth == 0.0 || strokeColor.alpha() == 0) // or else the geometry of the border is used,… in updateScreenPoints() 563 updateQuickGeometry(p, strokeWidth); in updateScreenPoints()
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 85 void updateScreenPoints(const QGeoMap &map, qreal strokeWidth = 0.0); 115 …void updateScreenPoints(const QGeoMap &map, qreal strokeWidth = 0.0, const QColor &strokeColor = Q… 116 void updateQuickGeometry(const QGeoProjectionWebMercator &p, qreal strokeWidth = 0.0);
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 80 qreal strokeWidth, 302 qreal strokeWidth, 305 void updateQuickGeometry(const QGeoProjectionWebMercator &p, qreal strokeWidth = 0.0);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/ |
| H A D | main.qml | 143 strokeWidth: -1
|