Home
last modified time | relevance | path

Searched refs:setLight (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle.cpp50 void Style::setLight(std::unique_ptr<Light> light) { in setLight() function in mbgl::style::Style
51 impl->setLight(std::move(light)); in setLight()
H A Dstyle_impl.cpp112 setLight(std::make_unique<Light>(parser.light)); in parse()
221 void Style::Impl::setLight(std::unique_ptr<Light> light_) { in setLight() function in mbgl::style::Style::Impl
H A Dstyle_impl.hpp79 void setLight(std::unique_ptr<Light>);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dstyle.hpp46 void setLight(std::unique_ptr<Light>);