Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dcross_tile_symbol_index.cpp69 void CrossTileSymbolLayerIndex::handleWrapJump(float newLng) { in handleWrapJump() argument
71 const int wrapDelta = ::round((newLng - lng) / 360); in handleWrapJump()
87 lng = newLng; in handleWrapJump()
H A Dcross_tile_symbol_index.hpp48 void handleWrapJump(float newLng);