Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/util/
H A Ddefault_styles.hpp23 const DefaultStyle orderedStyles[] = { variable
26 const size_t numOrderedStyles = sizeof(orderedStyles) / sizeof(DefaultStyle);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapbox.cpp220 for (auto style : mbgl::util::default_styles::orderedStyles) { in defaultStyles()