Searched refs:borderLeftBoundWrapped (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/ |
| H A D | qmapcircleobjectqsg.cpp | 137 QDoubleVector2D borderLeftBoundWrapped; in updateGeometryCPU() local 139 m_dataCPU->m_borderGeometry.clipPath(*m_map, closedPath, borderLeftBoundWrapped); in updateGeometryCPU() 141 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updateGeometryCPU() 142 m_dataCPU->m_borderGeometry.pathToScreen(*m_map, clippedPaths, borderLeftBoundWrapped); in updateGeometryCPU()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativecirclemapitem_p_p.h | 218 QDoubleVector2D borderLeftBoundWrapped; in updatePolish() local 219 … > > clippedPaths = m_borderGeometry.clipPath(*m_circle.map(), closedPath, borderLeftBoundWrapped); in updatePolish() 221 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updatePolish() 222 … m_borderGeometry.pathToScreen(*m_circle.map(), clippedPaths, borderLeftBoundWrapped); in updatePolish()
|
| H A D | qdeclarativerectanglemapitem_p_p.h | 164 QDoubleVector2D borderLeftBoundWrapped; in updatePolish() local 165 …2D > > clippedPaths = m_borderGeometry.clipPath(*m_rect.map(), closedPath, borderLeftBoundWrapped); in updatePolish() 167 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updatePolish() 168 m_borderGeometry.pathToScreen(*m_rect.map(), clippedPaths, borderLeftBoundWrapped); in updatePolish()
|
| H A D | qdeclarativepolygonmapitem_p_p.h | 425 QDoubleVector2D borderLeftBoundWrapped; in updatePolish() local 426 …bleVector2D > > clippedPaths = m_borderGeometry.clipPath(*map, closedPath, borderLeftBoundWrapped); in updatePolish() 428 borderLeftBoundWrapped = p.geoToWrappedMapProjection(geometryOrigin); in updatePolish() 429 m_borderGeometry.pathToScreen(*map, clippedPaths, borderLeftBoundWrapped); in updatePolish()
|