Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp221 void Style::Impl::setLight(std::unique_ptr<Light> light_) { in setLight() argument
222 light = std::move(light_); in setLight()