| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolylineobject.cpp | 114 void QMapPolylineObjectPrivateDefault::setWidth(qreal width) in setWidth() function in QMapPolylineObjectPrivateDefault 158 d->setWidth(1.0); in QMapPolylineObject() 199 static_cast<QMapPolylineObjectPrivate*>(d_ptr.data())->setWidth(width); in border()
|
| H A D | qmappolylineobject_p_p.h | 72 virtual void setWidth(qreal width) = 0; 93 void setWidth(qreal width) override;
|
| H A D | qgeotiledmaplabs.cpp | 112 path.setWidth(mpp * mpo->border()->width()); in mapObjectsAt() 117 path.setWidth(mpp * 4); // MapRouteObjectQSG has a hardcoded 4 pixels width; in mapObjectsAt()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativecirclemapitem_p_p.h | 168 m_circle.setWidth(0); in updatePolish() 233 m_circle.setWidth(combined.width()); in updatePolish() 236 m_circle.setWidth(combined.width() + 2 * m_circle.m_border.width()); // ToDo: Fix this! in updatePolish() 341 m_circle.setWidth(0); in updatePolish() 367 m_circle.setWidth(geom->sourceBoundingBox().width()); in updatePolish()
|
| H A D | qdeclarativerectanglemapitem_p_p.h | 134 m_rect.setWidth(0); in updatePolish() 178 …m_rect.setWidth(combined.width() + 2 * m_rect.m_border.width()); // ToDo: fix this! 2 is incorrect in updatePolish() 308 m_rect.setWidth(0); in updatePolish() 334 m_rect.setWidth(geom->sourceBoundingBox().width()); in updatePolish()
|
| H A D | qdeclarativepolylinemapitem_p.h | 66 Q_PROPERTY(qreal width READ width WRITE setWidth NOTIFY widthChanged) 76 void setWidth(qreal width);
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 397 m_poly.setWidth(0); in updatePolish() 439 m_poly.setWidth(combined.width() + 2 * borderWidth); in updatePolish() 564 m_poly.setWidth(0); in updatePolish() 590 m_poly.setWidth(geom->sourceBoundingBox().width()); in updatePolish()
|
| H A D | qdeclarativegeomapitemgroup.cpp | 213 setWidth(m_quickMap->width()); in onMapSizeChanged()
|
| H A D | qdeclarativepolylinemapitem_p_p.h | 675 m_poly.setWidth(0); in updatePolish() 688 m_poly.setWidth(m_geometry.sourceBoundingBox().width() + borderWidth); in updatePolish() 787 m_poly.setWidth(0); in updatePolish() 799 m_poly.setWidth(m_geometry.sourceBoundingBox().width()); in updatePolish()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeopath.h | 55 Q_PROPERTY(qreal width READ width WRITE setWidth) 79 void setWidth(const qreal &width);
|
| H A D | qgeopath.cpp | 248 void QGeoPath::setWidth(const qreal &width) in setWidth() function in QGeoPath 251 d->setWidth(width); in setWidth() 413 setWidth(width); in QGeoPathPrivate() 544 void QGeoPathPrivate::setWidth(const qreal &width) in setWidth() function in QGeoPathPrivate 762 setWidth(other.width()); in QGeoPathEager()
|
| H A D | qgeorectangle.h | 58 Q_PROPERTY(double width READ width WRITE setWidth) 93 void setWidth(double degreesWidth);
|
| /OK3568_Linux_fs/buildroot/package/lshw/ |
| H A D | 0002-Fix-musl-build-wrong-usage-of-LONG_BIT.patch | 31 - if(sc!=-1) system.setWidth(sc); 32 + system.setWidth(LONG_BIT);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmappolylineobjectqsg.cpp | 182 void QMapPolylineObjectPrivateQSG::setWidth(qreal width) in setWidth() function in QMapPolylineObjectPrivateQSG 184 QMapPolylineObjectPrivateDefault::setWidth(width); in setWidth()
|
| H A D | qmappolylineobjectqsg_p_p.h | 82 void setWidth(qreal width) override;
|
| H A D | qmaprouteobjectqsg.cpp | 81 m_polyline->setWidth(4); in setRoute()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qgeotilefetcher_test.h | 87 rect.setWidth(250); in getTileImage() 100 pen.setWidth(5); in getTileImage()
|
| H A D | qgeomappingmanagerengine_test.h | 109 rect.setWidth(250); in getTileImage() 122 pen.setWidth(5); in getTileImage()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/itemsoverlay/ |
| H A D | qgeomapitemsoverlay.cpp | 218 path.setWidth(mpp * mpo->border()->width()); in mapObjectsAt() 223 path.setWidth(mpp * 4); // MapRouteObjectQSG has a hardcoded 4 pixels width; in mapObjectsAt()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/ |
| H A D | main.cpp | 59 view.setWidth(360); in main()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | myspeed.cpp | 95 pen.setWidth(1); in drawScale() 101 pen.setWidth(0); in drawScale()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/lshw/files/ |
| H A D | 0001-Fix-musl-build.patch | 33 - if(sc!=-1) system.setWidth(sc); 34 + system.setWidth(LONG_BIT);
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtquickcontrols2/ |
| H A D | 0001-Revert-Get-the-scale-of-the-popup-item-when-setting-.patch | 60 - popupItem->setWidth(rect.width() / m_popupScale); 61 + popupItem->setWidth(rect.width() / scale);
|
| /OK3568_Linux_fs/external/rockit/tgi/sdk/include/ |
| H A D | RTVideoFrame.h | 49 void setWidth(const UINT32 width);
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0014-linuxfb-Support-rotate.patch | 61 + mGeometry.setWidth(mGeometry.height()); 141 + geometry.setWidth(geometry.height());
|