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 D | transform.hpp | 84 …void rotateBy(const ScreenCoordinate& first, const ScreenCoordinate& second, const AnimationOption…
|
| H A D | map.cpp | 547 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 D | transform.cpp | 439 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 D | map.hpp | 105 …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 D | qmapboxgl.hpp | 208 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 D | qmapboxgl.cpp | 1128 void QMapboxGL::rotateBy(const QPointF &first, const QPointF &second) in rotateBy() function in QMapboxGL 1130 d_ptr->mapObj->rotateBy( in rotateBy()
|