Home
last modified time | relevance | path

Searched refs:setAngle (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform.hpp88 void setAngle(double angle, const AnimationOptions& = {});
93 void setAngle(double angle, optional<ScreenCoordinate> anchor, const AnimationOptions& = {});
98 void setAngle(double angle, const EdgeInsets& padding, const AnimationOptions& = {});
H A Dtransform.cpp458 void Transform::setAngle(double angle, const AnimationOptions& animation) { in setAngle() function in mbgl::Transform
459 setAngle(angle, optional<ScreenCoordinate> {}, animation); in setAngle()
462 void Transform::setAngle(double angle, optional<ScreenCoordinate> anchor, const AnimationOptions& a… in setAngle() function in mbgl::Transform
470 void Transform::setAngle(double angle, const EdgeInsets& padding, const AnimationOptions& animation… in setAngle() function in mbgl::Transform
473 setAngle(angle, anchor, animation); in setAngle()
H A Dmap.cpp439 transform.setAngle(angle); in cameraForLatLngs()
560 impl->transform.setAngle(-degrees * util::DEG2RAD, anchor, animation); in setBearing()
566 impl->transform.setAngle(-degrees * util::DEG2RAD, padding, animation); in setBearing()
576 impl->transform.setAngle(0, animation); in resetNorth()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqquickgeomapgesturearea.cpp1330 m_pinch.m_event.setAngle(m_twoTouchAngle); in canStartTilt()
1370 m_pinch.m_event.setAngle(m_twoTouchAngle); in updateTilt()
1389 m_pinch.m_event.setAngle(m_pinch.m_lastAngle); in endTilt()
1470 m_pinch.m_event.setAngle(m_twoTouchAngle); in canStartRotation()
1508 m_pinch.m_event.setAngle(m_twoTouchAngle); in updateRotation()
1527 m_pinch.m_event.setAngle(m_pinch.m_lastAngle); in endRotation()
1604 m_pinch.m_event.setAngle(m_twoTouchAngle); in canStartPinch()
1649 m_pinch.m_event.setAngle(m_twoTouchAngle); in updatePinch()
1679 m_pinch.m_event.setAngle(m_pinch.m_lastAngle); in endPinch()
H A Dqquickgeomapgesturearea_p.h97 void setAngle(qreal angle) { m_angle = angle; } in setAngle() function