Home
last modified time | relevance | path

Searched refs:strokeWidth (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp670 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 Dqdeclarativepolygonmapitem.cpp269 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 Dqdeclarativepolygonmapitem_p_p.h85 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 Dqdeclarativepolylinemapitem_p_p.h80 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 Dmain.qml143 strokeWidth: -1