Home
last modified time | relevance | path

Searched defs:center (Results 1 – 25 of 71) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeocircle.cpp134 QGeoCircle::QGeoCircle(const QGeoCoordinate &center, qreal radius) in QGeoCircle()
207 void QGeoCircle::setCenter(const QGeoCoordinate &center) in setCenter()
217 QGeoCoordinate QGeoCircle::center() const in center() function in QGeoCircle
257 QGeoCoordinate QGeoCirclePrivate::center() const in center() function in QGeoCirclePrivate
463 QGeoCirclePrivate::QGeoCirclePrivate(const QGeoCoordinate &center, qreal radius) in QGeoCirclePrivate()
H A Dqgeorectangle.cpp223 QGeoRectangle::QGeoRectangle(const QGeoCoordinate &center, double degreesWidth, double degreesHeigh… in QGeoRectangle()
430 void QGeoRectangle::setCenter(const QGeoCoordinate &center) in setCenter()
481 QGeoCoordinate QGeoRectangle::center() const in center() function in QGeoRectangle
642 QGeoCoordinate QGeoRectanglePrivate::center() const in center() function in QGeoRectanglePrivate
H A Dqgeoshape.cpp255 QGeoCoordinate QGeoShape::center() const in center() function in QGeoShape
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/
H A Dqmapcircleobject.cpp120 QGeoCoordinate QMapCircleObjectPrivateDefault::center() const in center() function in QMapCircleObjectPrivateDefault
125 void QMapCircleObjectPrivateDefault::setCenter(const QGeoCoordinate &center) in setCenter()
210 QGeoCoordinate QMapCircleObject::center() const in center() function in QMapCircleObject
264 void QMapCircleObject::setCenter(const QGeoCoordinate &center) in setCenter()
H A Dqmapiconobject.cpp225 void QMapIconObject::setCoordinate(const QGeoCoordinate &center) in setCoordinate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem.cpp353 void QDeclarativeCircleMapItem::setCenter(const QGeoCoordinate &center) in setCenter()
364 QGeoCoordinate QDeclarativeCircleMapItem::center() in center() function in QDeclarativeCircleMapItem
585const QGeoCoordinate &center, qreal distance, const QGeoProjectionWebMercator &p) in preserveCircleGeometry()
613 const QGeoCoordinate &center, in updateCirclePathForRendering()
671 bool QDeclarativeCircleMapItemPrivate::crossEarthPole(const QGeoCoordinate &center, qreal distance) in crossEarthPole()
685 const QGeoCoordinate &center, in calculatePeripheralPoints()
H A Dqquickgeomapgesturearea_p.h74 Q_PROPERTY(QPointF center READ center) in Q_PROPERTY()
94 QPointF center() const { return m_center; } in center() function
95 void setCenter(const QPointF &center) { m_center = center; } in setCenter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp76 void QMapCircleObjectPrivateQSG::CircleDataCPU::updateCirclePath(const QGeoCoordinate &center, qrea… in updateCirclePath()
154 void QMapCircleObjectPrivateQSG::CircleDataGL::updateCirclePath(const QGeoCoordinate &center, qreal… in updateCirclePath()
327 void QMapCircleObjectPrivateQSG::setCenter(const QGeoCoordinate &center) in setCenter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeocameradata.cpp170 void QGeoCameraData::setCenter(const QGeoCoordinate &center) in setCenter()
175 QGeoCoordinate QGeoCameraData::center() const in center() function in QGeoCameraData
H A Dqgeotiledmapscene.cpp359 QDoubleVector3D center = (m_sideLength * camCenterMercator); in setupCamera() local
492 QDoubleVector3D center = d->m_cameraCenter; in updateTiles() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/positioning/
H A Dlocationsingleton.cpp144 QGeoRectangle LocationSingleton::rectangle(const QGeoCoordinate &center, in rectangle()
199 QGeoCircle LocationSingleton::circle(const QGeoCoordinate &center, qreal radius) const in circle() argument
/OK3568_Linux_fs/kernel/drivers/md/persistent-data/
H A Ddm-btree-remove.c271 struct btree_node *left, struct btree_node *center, struct btree_node *right, in delete_center_node()
302 struct btree_node *left, struct btree_node *center, struct btree_node *right, in redistribute3()
351 struct btree_node *center = c->n; in __rebalance3() local
376 struct child left, center, right; in rebalance3() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/
H A Dqmapboxcommon.cpp136 QJsonArray center = response.value(QStringLiteral("center")).toArray(); in parseGeoLocation() local
H A Dqplacemanagerenginemapbox.cpp200 const QGeoCoordinate center = searchArea.center(); in doSearch() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/wifi/
H A Dswitchwidget.cpp72 QPoint center(switchRect.x() +radius, in paintEvent() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.hpp24 point_type center; member
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dboxwidget.cpp103 QPoint center(rect.x() + rect.width()/2, rect.y() + rect.height()/2); in paintEvent() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Drollswitchwidget.cpp66 QPointF center(m_leftRect.x()+ m_leftRect.width()/2, in paintEvent() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp116 ScreenCoordinate center = getScreenCoordinate(padding); in easeTo() local
182 ScreenCoordinate center = getScreenCoordinate(padding); in flyTo() local
440 ScreenCoordinate center = getScreenCoordinate(); in rotateBy() local
H A Dtransform_state.cpp144 const double center = (size.width - Projection::worldSize(scale)) / 2; in pixel_x() local
149 const double center = (size.height - Projection::worldSize(scale)) / 2; in pixel_y() local
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/key/
H A Dkeywidget.cpp107 QPointF center(rect.x() + avgWidth/2, rect.height()/2); in paintEvent() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp709 void QMapboxGL::setScale(double scale_, const QPointF &center) in setScale()
797 const Coordinate center = camera.center.value<Coordinate>(); in jumpTo() local
841 void QMapboxGL::setBearing(double degrees, const QPointF &center) in setBearing()
1118 void QMapboxGL::scaleBy(double scale_, const QPointF &center) { in scaleBy()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dcamera.hpp16 optional<LatLng> center; member
/OK3568_Linux_fs/u-boot/include/
H A Dkey.h37 int center; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/
H A Drender_circle_layer.cpp168 vec4 center = {{ static_cast<double>(point.x), static_cast<double>(point.y), 0, 1 }}; in queryIntersectsFeature() local

123