Home
last modified time | relevance | path

Searched refs:setX (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp70 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 Dqdeclarativegeomapitemutils.cpp80 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 Dqdeclarativepolygonmapitem.cpp200 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 Dqgeomapitemgeometry.cpp110 maxOffset.setX(qMax(o.x(), maxOffset.x())); in translateToCommonOrigin()
H A Dqdeclarativegeomapquickitem.cpp235 pos.setX(pos.x() + newGeometry.topLeft().x()); in geometryChanged()
H A Dqdeclarativepolylinemapitem.cpp427 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 Dbubble.cpp129 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 Dbubble.cpp129 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 Dbubble.cpp129 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 Dtst_qgeotilespec.cpp136 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 Dqgeopath.cpp490 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 Dqdoublevector2d_p.h81 inline void setX(double x);
148 inline void QDoubleVector2D::setX(double aX) { xp = aX; } in setX() function
H A Dqdoublevector2d.cpp114 vector.setX(double(x)); in operator >>()
H A Dqdoublevector3d_p.h78 inline void setX(double x);
158 inline void QDoubleVector3D::setX(double aX) { xp = aX; } in setX() function
H A Dqdoublevector3d.cpp136 vector.setX(double(x)); in operator >>()
H A Dqgeopolygon.cpp614 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 Dqgeotilespec_p.h76 void setX(int x);
H A Dqgeotiledmapscene.cpp363 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 Dqgeotilespec.cpp80 void QGeoTileSpec::setX(int x) in setX() function in QGeoTileSpec
H A Dqgeotilerequestmanager.cpp140 spec.setX(tile.x() / denominator); in requestTiles()
H A Dqgeoprojection.cpp553 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 Dtst_doublevectors.cpp80 v1.setX(3.0); in basicFunctions2dTest()
197 v1.setX(2.0); in basicFunctions3dTest()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dswitchwidget.cpp77 center.setX(switchRect.x() +switchRect.width()-radius); in paintEvent()
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dboxwidget.cpp104 center.setX(center.x()- p.width()/2); in paintEvent()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeotiledmappingmanagerengine_nokia.cpp404 pt.setX(viewX0 / divFactor); in evaluateCopyrightsText()
407 pt.setX(viewX1 / divFactor); in evaluateCopyrightsText()

12