Home
last modified time | relevance | path

Searched refs:firstPointOffset (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapitemgeometry.cpp107 QPointF maxOffset = geoms.at(0)->firstPointOffset(); in translateToCommonOrigin()
109 QPointF o = g->firstPointOffset(); in translateToCommonOrigin()
116 g->translate(maxOffset - g->firstPointOffset()); in translateToCommonOrigin()
H A Dqgeomapitemgeometry_p.h92 inline QPointF firstPointOffset() const { return firstPointOffset_; } in firstPointOffset() function
H A Dqdeclarativecirclemapitem_p_p.h241 m_circle.setPositionOnMap(m_geometry.origin(), m_geometry.firstPointOffset()); in updatePolish()
369 … m_circle.setPosition(1.0 * geom->firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish()
H A Dqdeclarativerectanglemapitem_p_p.h181 m_rect.setPositionOnMap(m_geometry.origin(), m_geometry.firstPointOffset()); in updatePolish()
336 … m_rect.setPosition(1.0 * geom->firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish()
H A Dqdeclarativepolygonmapitem_p_p.h592 … m_poly.setPosition(1.0 * geom->firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish()
H A Dqdeclarativepolylinemapitem_p_p.h801 …m_poly.setPosition(1.0 * m_geometry.firstPointOffset() - QPointF(lineWidth * 0.5,lineWidth * 0.5)); in updatePolish()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp150 m_dataCPU->m_geometry.translate(origin - m_dataCPU->m_geometry.firstPointOffset()); in updateGeometryCPU()
151 m_dataCPU->m_borderGeometry.translate(origin - m_dataCPU->m_borderGeometry.firstPointOffset()); in updateGeometryCPU()