Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp349 bool TransformState::rotatedNorth() const { in rotatedNorth() function in mbgl::TransformState
357 … static_cast<double>(rotatedNorth() ? size.height : size.width) / util::tileSize, in constrain()
358 … static_cast<double>(rotatedNorth() ? size.width : size.height) / util::tileSize); in constrain()
362 double max_x = (scale_ * util::tileSize - (rotatedNorth() ? size.height : size.width)) / 2; in constrain()
367 double max_y = (scale_ * util::tileSize - (rotatedNorth() ? size.width : size.height)) / 2; in constrain()
H A Dtransform_state.hpp93 bool rotatedNorth() const;