Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp110 void resetNorth(const AnimationOptions& = {{mbgl::Milliseconds(500)}});
111 void resetNorth(const EdgeInsets&, const AnimationOptions& = {{mbgl::Milliseconds(500)}});
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp574 void Map::resetNorth(const AnimationOptions& animation) { in resetNorth() function in mbgl::Map