Home
last modified time | relevance | path

Searched refs:lod (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolylinemapitem.cpp1707 int lod) const in allocateAndFillLineStrip()
1710 Q_UNUSED(lod) in allocateAndFillLineStrip()
1959 bool QGeoMapItemLODGeometry::isLODActive(unsigned int lod) const in isLODActive()
1961 return m_screenVertices == m_verticesLOD[zoomToLOD(lod)].data(); in isLODActive()
2060 unsigned int lod = zoomToLOD(zoom); in selectLODOnDataChanged() local
2061 if (lod > 0) { in selectLODOnDataChanged()
2070 if (lod > 1) { in selectLODOnDataChanged()
2071 if (!m_verticesLOD[lod]) in selectLODOnDataChanged()
2072 m_verticesLOD[lod] = QSharedPointer<QVector<QDeclarativeGeoMapItemUtils::vec2>>( in selectLODOnDataChanged()
2075 m_verticesLOD[lod], in selectLODOnDataChanged()
[all …]
H A Dqdeclarativepolylinemapitem_p_p.h244 bool isLODActive(unsigned int lod) const;
311 int lod = 0) const;
/OK3568_Linux_fs/external/xserver/hw/xwin/
H A Dddraw.h2203 STDMETHOD(SetLOD) (THIS_ DWORD lod) PURE; in DECLARE_INTERFACE_()
2204 STDMETHOD(GetLOD) (THIS_ LPDWORD lod) PURE; in DECLARE_INTERFACE_()