Home
last modified time | relevance | path

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 Dlayer.cpp28 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 Dlayer.hpp19 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 Dqmapboxgl.hpp202 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 Dqmapboxgl.cpp1077 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 Dqmapboxglstylechange.cpp380 map->setPaintProperty(m_layer, m_property, m_value); in apply()