Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange_p.h113 …static QSharedPointer<QMapboxGLStyleChange> fromFeature(const QMapbox::Feature &feature, const QSt…
141 static QSharedPointer<QMapboxGLStyleChange> fromFeature(const QMapbox::Feature &feature);
H A Dqmapboxglstylechange.cpp250 changes << QMapboxGLStyleAddLayer::fromFeature(feature, before); in addMapItem()
251 changes << QMapboxGLStyleAddSource::fromFeature(feature); in addMapItem()
537 QSharedPointer<QMapboxGLStyleChange> QMapboxGLStyleAddLayer::fromFeature(const QMapbox::Feature &fe… in fromFeature() function in QMapboxGLStyleAddLayer
621 QSharedPointer<QMapboxGLStyleChange> QMapboxGLStyleAddSource::fromFeature(const QMapbox::Feature &f… in fromFeature() function in QMapboxGLStyleAddSource
634 return fromFeature(featureFromMapItem(item)); in fromMapItem()