Home
last modified time | relevance | path

Searched refs:m_borderGeometry (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativerectanglemapitem_p_p.h106 m_borderGeometry.markSourceDirty(); in markSourceDirtyAndUpdate()
120 m_borderGeometry.setPreserveGeometry(true, m_rect.m_rectangle.topLeft()); in onItemGeometryChanged()
126 m_borderGeometry.setPreserveGeometry(true, m_rect.m_rectangle.topLeft()); in afterViewportChanged()
133 m_borderGeometry.clear(); in updatePolish()
152 m_borderGeometry.clear(); in updatePolish()
158 m_borderGeometry.setPreserveGeometry(true, m_rect.m_rectangle.topLeft()); in updatePolish()
161 m_borderGeometry.srcPoints_.clear(); in updatePolish()
162 m_borderGeometry.srcPointTypes_.clear(); in updatePolish()
165 …QList<QList<QDoubleVector2D > > clippedPaths = m_borderGeometry.clipPath(*m_rect.map(), closedPath… in updatePolish()
168 m_borderGeometry.pathToScreen(*m_rect.map(), clippedPaths, borderLeftBoundWrapped); in updatePolish()
[all …]
H A Dqdeclarativecirclemapitem_p_p.h142 m_borderGeometry.markSourceDirty(); in markSourceDirtyAndUpdate()
167 m_borderGeometry.clear(); in updatePolish()
195 m_borderGeometry.clear(); in updatePolish()
209 m_borderGeometry.setPreserveGeometry(true, m_leftBound); in updatePolish()
210 m_borderGeometry.setPreserveGeometry(preserve, m_leftBound); in updatePolish()
215 m_borderGeometry.srcPoints_.clear(); in updatePolish()
216 m_borderGeometry.srcPointTypes_.clear(); in updatePolish()
219 …QList<QList<QDoubleVector2D > > clippedPaths = m_borderGeometry.clipPath(*m_circle.map(), closedPa… in updatePolish()
222m_borderGeometry.pathToScreen(*m_circle.map(), clippedPaths, borderLeftBoundWrapped); in updatePolish()
223 m_borderGeometry.updateScreenPoints(*m_circle.map(), m_circle.m_border.width()); in updatePolish()
[all …]
H A Dqdeclarativepolygonmapitem_p_p.h340 m_borderGeometry.markSourceDirty(); in markSourceDirtyAndUpdate()
363m_borderGeometry.setPreserveGeometry(true, m_poly.m_geopoly.boundingGeoRectangle().topLeft()); in preserveGeometry()
396 m_borderGeometry.clear(); in updatePolish()
412 m_borderGeometry.clear(); in updatePolish()
418m_borderGeometry.setPreserveGeometry(true, m_poly.m_geopoly.boundingGeoRectangle().topLeft()); in updatePolish()
422 m_borderGeometry.srcPoints_.clear(); in updatePolish()
423 m_borderGeometry.srcPointTypes_.clear(); in updatePolish()
426 …QList<QList<QDoubleVector2D > > clippedPaths = m_borderGeometry.clipPath(*map, closedPath, borderL… in updatePolish()
429 m_borderGeometry.pathToScreen(*map, clippedPaths, borderLeftBoundWrapped); in updatePolish()
430 m_borderGeometry.updateScreenPoints(*map, borderWidth); in updatePolish()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/qsg/
H A Dqmapcircleobjectqsg.cpp115 m_dataCPU->m_borderGeometry.clear(); in updateGeometryCPU()
128 m_dataCPU->m_borderGeometry.markSourceDirty(); 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()
135 m_dataCPU->m_borderGeometry.clearSource(); in updateGeometryCPU()
139 m_dataCPU->m_borderGeometry.clipPath(*m_map, closedPath, borderLeftBoundWrapped); in updateGeometryCPU()
142 m_dataCPU->m_borderGeometry.pathToScreen(*m_map, clippedPaths, borderLeftBoundWrapped); in updateGeometryCPU()
143 m_dataCPU->m_borderGeometry.updateScreenPoints(*m_map, borderWidth(), false); in updateGeometryCPU()
145 m_dataCPU->m_borderGeometry.clear(); in updateGeometryCPU()
151 m_dataCPU->m_borderGeometry.translate(origin - m_dataCPU->m_borderGeometry.firstPointOffset()); in updateGeometryCPU()
[all …]
H A Dqmappolylineobjectqsg.cpp90 m_borderGeometry.clear(); in updateGeometry()
95 if (m_borderGeometry.isSourceDirty()) { in updateGeometry()
96 m_borderGeometry.setPreserveGeometry(true, m_path.boundingGeoRectangle().topLeft()); in updateGeometry()
97 m_borderGeometry.m_dataChanged = true; in updateGeometry()
98 m_borderGeometry.updateSourcePoints(*m_map, m_path); in updateGeometry()
99 m_leftBoundMercator = p.geoToMapProjection(m_borderGeometry.origin()); in updateGeometry()
101 m_borderGeometry.markScreenDirty(); in updateGeometry()
102 m_borderGeometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercator) + 1; in updateGeometry()
134 if (m_borderGeometry.isScreenDirty()) { in updateMapObjectNode()
138 &m_borderGeometry, in updateMapObjectNode()
[all …]
H A Dqmappolygonobjectqsg.cpp131 m_borderGeometry.clear(); in updateGeometry()
135 if (m_geometry.isSourceDirty() || m_borderGeometry.isSourceDirty()) { in updateGeometry()
144 m_borderGeometry.setPreserveGeometry(true, m_path.boundingGeoRectangle().topLeft()); in updateGeometry()
145 m_geometry.m_dataChanged = m_borderGeometry.m_dataChanged = true; in updateGeometry()
147 m_borderGeometry.updateSourcePoints(*m_map, m_path); in updateGeometry()
151 m_borderGeometry.markScreenDirty(); in updateGeometry()
152m_borderGeometry.m_wrapOffset = m_geometry.m_wrapOffset = p.projectionWrapFactor(m_leftBoundMercat… in updateGeometry()
177 if (m_borderGeometry.isScreenDirty()) { in updateMapObjectNode()
181 &m_borderGeometry, in updateMapObjectNode()
186 m_borderGeometry.setPreserveGeometry(false); in updateMapObjectNode()
[all …]
H A Dqmapcircleobjectqsg_p_p.h108 QGeoMapPolylineGeometry m_borderGeometry; member
118 QGeoMapPolylineGeometryOpenGL m_borderGeometry; member
127 m_borderGeometry.markSourceDirty(); in markSourceDirty()
H A Dqmappolylineobjectqsg_p_p.h92 QGeoMapPolylineGeometryOpenGL m_borderGeometry; variable
H A Dqmappolygonobjectqsg_p_p.h90 QGeoMapPolylineGeometryOpenGL m_borderGeometry; variable