Home
last modified time | relevance | path

Searched refs:rotateBy (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp84 …void rotateBy(const ScreenCoordinate& first, const ScreenCoordinate& second, const AnimationOption…
H A Dmap.cpp547 void Map::rotateBy(const ScreenCoordinate& first, const ScreenCoordinate& second, const AnimationOp… in rotateBy() function in mbgl::Map
549 impl->transform.rotateBy(first, second, animation); in rotateBy()
H A Dtransform.cpp439 void Transform::rotateBy(const ScreenCoordinate& first, const ScreenCoordinate& second, const Anim… in rotateBy() function in mbgl::Transform
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/
H A Dmap.hpp105 …void rotateBy(const ScreenCoordinate& first, const ScreenCoordinate& second, const AnimationOption…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapboxgl.hpp208 void rotateBy(const QPointF &first, const QPointF &second);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp1128 void QMapboxGL::rotateBy(const QPointF &first, const QPointF &second) in rotateBy() function in QMapboxGL
1130 d_ptr->mapObj->rotateBy( in rotateBy()