Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dcustom_geometry_source_options.hpp57 const auto wrapValue = objectMember(value, "wrap"); in operator ()() local
58 if (wrapValue) { in operator ()()
59 if (toBool(*wrapValue)) { in operator ()()
60 options.tileOptions.wrap = static_cast<bool>(*toBool(*wrapValue)); in operator ()()