Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem_p_p.h239 int wrapOffset() const in wrapOffset() function
244 void setWrapOffset(int wrapOffset) in setWrapOffset() argument
246 m_wrapOffset = wrapOffset; in setWrapOffset()
H A Dqdeclarativepolylinemapitem_p_p.h173 int wrapOffset() const in wrapOffset() function
178 void setWrapOffset(int wrapOffset) in setWrapOffset() argument
180 m_wrapOffset = wrapOffset; in setWrapOffset()
H A Dqdeclarativepolylinemapitem.cpp1581 program()->setUniformValue(m_wrapOffset_id, float(newMaterial->wrapOffset())); in updateState()
1800 program()->setUniformValue(m_wrapOffset_id, float(newMaterial->wrapOffset())); in updateState()
H A Dqdeclarativepolygonmapitem.cpp1068 program()->setUniformValue(m_wrapOffset_id, float(newMaterial->wrapOffset())); in updateState()