Home
last modified time | relevance | path

Searched refs:fillShape (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativepolygonmapitem.cpp953 const QGeoMapItemGeometry *fillShape, in update() argument
963 if (fillShape->size() == 0 && borderShape->size() == 0) { in update()
974 fillShape->allocateAndFill(fill); in update()
1003 const QGeoMapPolygonGeometryOpenGL *fillShape, in update() argument
1007 if (fillShape->m_screenIndices.size() < 3 || fillColor.alpha() == 0) { in update()
1014 if (fillShape->m_dataChanged || !fill->vertexCount()) { in update()
1015 fillShape->allocateAndFillPolygon(fill); in update()
1017 fillShape->m_dataChanged = false; in update()
1025 fill_material_.setWrapOffset(fillShape->m_wrapOffset - 1); in update()
H A Dqdeclarativepolygonmapitem_p_p.h266 const QGeoMapItemGeometry *fillShape,
283 const QGeoMapPolygonGeometryOpenGL *fillShape,