Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgeo.cpp117 ScreenCoordinate EdgeInsets::getCenter(uint16_t width, uint16_t height) const { in getCenter() function in mbgl::EdgeInsets
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp238 ScreenCoordinate getCenter(uint16_t width, uint16_t height) const;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.cpp369 return screenCoordinateToLatLng(padding.getCenter(state.size.width, state.size.height)); in getLatLng()
377 return padding.getCenter(state.size.width, state.size.height); in getScreenCoordinate()