Home
last modified time | relevance | path

Searched refs:m_leftBound (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp79 …rcleMapItemPrivateCPU::calculatePeripheralPoints(path, center, radius, CircleSamples, m_leftBound); in updateCirclePath()
103 …m_dataCPU->m_geometry.setPreserveGeometry(true, m_dataCPU->m_leftBound); // to set the geoLeftBoun… in updateGeometryCPU()
104 m_dataCPU->m_geometry.setPreserveGeometry(preserve, m_dataCPU->m_leftBound); in updateGeometryCPU()
129 m_dataCPU->m_borderGeometry.setPreserveGeometry(true, m_dataCPU->m_leftBound); in updateGeometryCPU()
130 m_dataCPU->m_borderGeometry.setPreserveGeometry(preserve, m_dataCPU->m_leftBound); in updateGeometryCPU()
163 m_leftBound); in updateCirclePath()
165 m_leftBoundMercator = p.geoToMapProjection(m_leftBound); in updateCirclePath()
166 m_geometry.setPreserveGeometry(true, m_leftBound); in updateCirclePath()
167 m_borderGeometry.setPreserveGeometry(true, m_leftBound); in updateCirclePath()
H A Dqmapcircleobjectqsg_p_p.h106 QGeoCoordinate m_leftBound; member
115 QGeoCoordinate m_leftBound; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativecirclemapitem_p_p.h97 … calculatePeripheralPoints(path, m_circle.center(), m_circle.radius(), CircleSamples, m_leftBound); in updateCirclePath()
115 QGeoCoordinate m_leftBound; variable
183 m_geometry.setPreserveGeometry(true, m_leftBound); // to set the geoLeftBound_ in updatePolish()
184 m_geometry.setPreserveGeometry(preserve, m_leftBound); in updatePolish()
209 m_borderGeometry.setPreserveGeometry(true, m_leftBound); in updatePolish()
210 m_borderGeometry.setPreserveGeometry(preserve, m_leftBound); in updatePolish()
315 m_geometry.setPreserveGeometry(true, m_leftBound); in preserveGeometry()
316 m_borderGeometry.setPreserveGeometry(true, m_leftBound); in preserveGeometry()
H A Dqdeclarativepolylinemapitem.cpp1973 , m_leftBound(leftBound) in PolylineSimplifyTask()
1991 m_leftBound, in run()
1998 double m_leftBound; member in PolylineSimplifyTask