| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qgeosimplify.cpp | 70 p.setX(p.x() + leftBound); // unwrap X in closestPoint() 74 a.setX(a.x() + leftBound); // unwrap X in closestPoint() 78 b.setX(b.x() + leftBound); // unwrap X in closestPoint() 82 intersection.setX(intersection.x() - leftBound); // wrap X in closestPoint() 140 a.setX(a.x() - leftBound); // wrap X in getDist() 142 b.setX(b.x() - leftBound); // wrap X in getDist() 199 p.setX(p.x() - leftBound); in unwrappedToGeo()
|
| H A D | qdeclarativegeomapitemutils.cpp | 80 coord.setX(coord.x() + 1.0); in wrapPath() 125 coord.setX(coord.x() + 1.0); in wrapPath() 157 lb.setX(qMax(leftBoundWrapped->x(), lb.x())); in clipPolygon()
|
| H A D | qdeclarativepolygonmapitem.cpp | 200 wrappedProjection.setX(unwrapBelowX + distance); in updateSourcePoints() 231 lb.setX(qMax(wrappedLeftBound.x(), lb.x())); in updateSourcePoints() 392 coord.setX(coord.x() + 1.0); in wrapPath() 576 bboxLeftBoundWrapped.setX(bboxLeftBoundWrapped.x() + double(m_wrapOffset - 1)); in updateQuickGeometry() 595 sourceBounds_.setX(0); in updateQuickGeometry()
|
| H A D | qgeomapitemgeometry.cpp | 110 maxOffset.setX(qMax(o.x(), maxOffset.x())); in translateToCommonOrigin()
|
| H A D | qdeclarativegeomapquickitem.cpp | 235 pos.setX(pos.x() + newGeometry.topLeft().x()); in geometryChanged()
|
| H A D | qdeclarativepolylinemapitem.cpp | 427 wrappedProjection.setX(unwrapBelowX + distance); in clipPath() 463 lb.setX(qMax(wrappedLeftBound.x(), lb.x())); in clipPath() 898 bboxLeftBoundWrapped.setX(bboxLeftBoundWrapped.x() + double(m_wrapOffset - 1)); in updateQuickGeometry() 920 sourceBounds_.setX(0); in updateQuickGeometry()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qopenglwidget/ |
| H A D | bubble.cpp | 129 position.setX(position.x() - 2 * leftOverflow); in move() 130 vel.setX(-vel.x()); in move() 132 position.setX(position.x() - 2 * rightOverflow); in move() 133 vel.setX(-vel.x()); in move()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/opengl/ |
| H A D | bubble.cpp | 129 position.setX(position.x() - 2 * leftOverflow); in move() 130 vel.setX(-vel.x()); in move() 132 position.setX(position.x() - 2 * rightOverflow); in move() 133 vel.setX(-vel.x()); in move()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qopenglwidget/ |
| H A D | bubble.cpp | 129 position.setX(position.x() - 2 * leftOverflow); in move() 130 vel.setX(-vel.x()); in move() 132 position.setX(position.x() - 2 * rightOverflow); in move() 133 vel.setX(-vel.x()); in move()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeotilespec/ |
| H A D | tst_qgeotilespec.cpp | 136 tileSpec.setX(10); in xTest() 141 tileSpec.setX(30); in xTest() 227 testObj2.setX(x+1); in equalsOperatorTest() 257 testObj2.setX(x-1); in lessThanOperatorTest() 309 testObj2.setX(testObj3.x()*5); in qHashTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeopath.cpp | 490 p.setX(p.x() + m_leftBoundWrapped); // unwrap X in lineContains() 497 a.setX(a.x() + m_leftBoundWrapped); // unwrap X in lineContains() 502 b.setX(b.x() + m_leftBoundWrapped); // unwrap X in lineContains() 517 candidate.setX(candidate.x() - m_leftBoundWrapped); // wrap X in lineContains()
|
| H A D | qdoublevector2d_p.h | 81 inline void setX(double x); 148 inline void QDoubleVector2D::setX(double aX) { xp = aX; } in setX() function
|
| H A D | qdoublevector2d.cpp | 114 vector.setX(double(x)); in operator >>()
|
| H A D | qdoublevector3d_p.h | 78 inline void setX(double x); 158 inline void QDoubleVector3D::setX(double aX) { xp = aX; } in setX() function
|
| H A D | qdoublevector3d.cpp | 136 vector.setX(double(x)); in operator >>()
|
| H A D | qgeopolygon.cpp | 614 coord.setX(coord.x() + 1.0); in polygonContains() 647 crd.setX(crd.x() + 1.0); in updateClipperPath()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeotilespec_p.h | 76 void setX(int x);
|
| H A D | qgeotiledmapscene.cpp | 363 center.setX(center.x() + 1.0 * m_sideLength); in setupCamera() 366 center.setX(center.x() - 1.0 * m_minTileX); in setupCamera() 491 eye.setX(eye.x() + camAdjust); in updateTiles() 493 center.setX(center.x() + camAdjust); in updateTiles()
|
| H A D | qgeotilespec.cpp | 80 void QGeoTileSpec::setX(int x) in setX() function in QGeoTileSpec
|
| H A D | qgeotilerequestmanager.cpp | 140 spec.setX(tile.x() / denominator); in requestTiles()
|
| H A D | qgeoprojection.cpp | 553 bottomRightPoint.setX(bottomRightPoint.x() + 1.0); in fitViewportToGeoRectangle() 557 center.setX(center.x() > 1.0 ? center.x() - 1.0 : center.x()); in fitViewportToGeoRectangle()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/doublevectors/ |
| H A D | tst_doublevectors.cpp | 80 v1.setX(3.0); in basicFunctions2dTest() 197 v1.setX(2.0); in basicFunctions3dTest()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/ |
| H A D | switchwidget.cpp | 77 center.setX(switchRect.x() +switchRect.width()-radius); in paintEvent()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | boxwidget.cpp | 104 center.setX(center.x()- p.width()/2); in paintEvent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeotiledmappingmanagerengine_nokia.cpp | 404 pt.setX(viewX0 / divFactor); in evaluateCopyrightsText() 407 pt.setX(viewX1 / divFactor); in evaluateCopyrightsText()
|