Home
last modified time | relevance | path

Searched refs:setLayoutProperty (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dlayer.cpp19 optional<Error> setLayoutProperty(Layer& layer, const std::string& name, const Convertible& value) { in setLayoutProperty() function
213 return setLayoutProperty(*layer, k, v); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dlayer.hpp18 optional<Error> setLayoutProperty(Layer& layer, const std::string& name, const Convertible& value);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp201 void setLayoutProperty(const QString &layer, const QString &property, const QVariant &value);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1011 void QMapboxGL::setLayoutProperty(const QString& layer, const QString& property_, const QVariant& v… in setLayoutProperty() function in QMapboxGL
1021 if (conversion::setLayoutProperty(*layer_, property_.toStdString(), value)) { in setLayoutProperty()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/
H A Dqmapboxglstylechange.cpp303 map->setLayoutProperty(m_layer, m_property, m_value); in apply()