Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp137 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 Dqdeclarativecirclemapitem_p_p.h218 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 Dqdeclarativerectanglemapitem_p_p.h164 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 Dqdeclarativepolygonmapitem_p_p.h425 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()