Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmode.hpp35 TileBorders = 1 << 1, enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Drender_tile.cpp139 if (parameters.debugOptions & MapDebugOptions::TileBorders) { in finishRender()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/sources/
H A Drender_image_source.cpp54 if (!isLoaded() || !(parameters.debugOptions & MapDebugOptions::TileBorders)) { in finishRender()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp728 else if (impl->debugOptions & MapDebugOptions::TileBorders) in cycleDebugOptions()
731 impl->debugOptions = MapDebugOptions::TileBorders; in cycleDebugOptions()