Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeomapitemgeometry_p.h110 inline QVector<quint32> indices() const { return screenIndices_; } in indices()
112 inline bool isIndexed() const { return (!screenIndices_.isEmpty()); } in isIndexed()
118 return screenIndices_.size() / 3; in size()
124 screenVertices_.clear(); screenIndices_.clear(); } in clear()
157 QVector<quint32> screenIndices_; variable
H A Dqdeclarativecirclemapitem.cpp257 screenIndices_.reserve(ts.indices.size()); in updateScreenPointsInvert()
263 screenIndices_ << ix[i]; in updateScreenPointsInvert()
267 screenIndices_ << ix[i]; in updateScreenPointsInvert()
H A Dqgeomapitemgeometry.cpp75 const QVector<quint32> &ix = screenIndices_; in allocateAndFill()
H A Dqdeclarativepolygonmapitem.cpp324 screenIndices_.clear(); in updateScreenPoints()
329 screenIndices_ << quint32(i); in updateScreenPoints()