Searched refs:setPaintProperty (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 D | layer.cpp | 28 optional<Error> setPaintProperty(Layer& layer, const std::string& name, const Convertible& value) { in setPaintProperty() function 46 return setPaintProperty(layer, k, v); in setPaintProperties()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/ |
| H A D | layer.hpp | 19 optional<Error> setPaintProperty(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 D | qmapboxgl.hpp | 202 void setPaintProperty(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 D | qmapboxgl.cpp | 1077 void QMapboxGL::setPaintProperty(const QString& layer, const QString& property_, const QVariant& va… in setPaintProperty() function in QMapboxGL 1087 if (conversion::setPaintProperty(*layer_, property_.toStdString(), value)) { in setPaintProperty()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qmapboxglstylechange.cpp | 380 map->setPaintProperty(m_layer, m_property, m_value); in apply()
|